mm_PlotArray: Plot Array Plot individuals and optionally mean form

View source: R/plotting.R

mm_PlotArrayR Documentation

Plot Array Plot individuals and optionally mean form

Description

Plot Array Plot individuals and optionally mean form

Usage

mm_PlotArray(
  A,
  MeanShape = TRUE,
  AllCols = NULL,
  MeanCol = NULL,
  type = c("points", "lines"),
  lbl = NULL,
  yr = NULL
)

Arguments

A

An array to be plotted

MeanShape

Logical. Should the Mean Shape be calculated and plotted

AllCols

Either a single color for all individuals, or a vector specifying colors for each individual. If NULL (default) individuals will be plotted in grey

MeanCol

A single color for the mean shape. If Null (default) mean shape will be plotted in black

type

Should the data be plotted as points or lines.

lbl

A title (main =) for the plot. If NULL (default) the name of the array will be used.

yr

Y-range, in the form c(0,100)


ehrlichd/moRphomenses documentation built on Nov. 19, 2023, 11:48 a.m.