plotStatDelaunayNetwork
¶
plotStatDelaunayNetwork
Description¶
Plots network statistics for a Delaunay network..
Usage¶
plotStatDelaunayNetwork(
gobject,
feat_type = NULL,
spat_unit = NULL,
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",
...
)
Arguments¶
Argument |
Description |
---|---|
|
giotto object |
|
feature type |
|
spatial unit |
|
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` <#showsaveparameters>`_ |
|
default save name for saving, don’t change, change save_name in save_param |
|
Other parameters |
Value¶
giotto object with updated spatial network slot