segmap_list
create maps with a list of object of segmentation
classR/function_map_plot.R
segmap_list.Rd
segmap_list
create maps with a list of object of segmentation
class
segmap_list(
x_list,
ncluster_list = NULL,
nseg_list = NULL,
pointsize = 1,
linesize = 0.5,
coord.names = c("x", "y")
)
list of segmentation objects for different individuals or path
list of number of cluster to be selected for each individual. If empty, the function takes the default one
list of number of segment to be selected for each individual. If empty, the function takes the default one
size of points
size of lines
names of coordinates
a ggplot2 graph