Plots network statistics for a Delaunay network..
plotStatDelaunayNetwork(
gobject,
method = c("deldir", "delaunayn_geometry", "RTriangle"),
dimensions = "all",
maximum_distance = "auto",
minimum_k = 0,
options = "Pp",
Y = TRUE,
j = TRUE,
S = 0,
show_plot = NA,
return_plot = NA,
save_plot = NA,
save_param = list(),
default_save_name = "plotStatDelaunayNetwork",
...
)
giotto object
package to use to create a Delaunay network
which spatial dimensions to use (maximum 2 dimensions)
distance cuttof for Delaunay neighbors to consider
minimum neigbhours if maximum_distance != NULL
(geometry) String containing extra control options for the underlying Qhull command; see the Qhull documentation (../doc/qhull/html/qdelaun.html) for the available options. (default = 'Pp', do not report precision problems)
(RTriangle) If TRUE prohibits the insertion of Steiner points on the mesh boundary.
(RTriangle) If TRUE jettisons vertices that are not part of the final triangulation from the output.
(RTriangle) Specifies the maximum number of added Steiner points.
show plots
return ggplot object
directly save the plot [boolean]
list of saving parameters, see showSaveParameters
default save name for saving, don't change, change save_name in save_param
Other parameters
giotto object with updated spatial network slot