segmap_list: 'segmap_list' create maps with a list of object of...

View source: R/function_map_plot.R

segmap_listR Documentation

segmap_list create maps with a list of object of segmentation class

Description

segmap_list create maps with a list of object of segmentation class

Usage

segmap_list(
  x_list,
  ncluster_list = NULL,
  nseg_list = NULL,
  pointsize = 1,
  linesize = 0.5,
  coord.names = c("x", "y")
)

Arguments

x_list

list of segmentation objects for different individuals or path

ncluster_list

list of number of cluster to be selected for each individual. If empty, the function takes the default one

nseg_list

list of number of segment to be selected for each individual. If empty, the function takes the default one

pointsize

size of points

linesize

size of lines

coord.names

names of coordinates

Value

a ggplot2 graph


rpatin/segclust2d documentation built on April 29, 2024, 1:11 a.m.