View source: R/check.modules.R
check.modules | R Documentation |
A version of the checkLM function from Morpho that plots specimens by module identity
check.modules(
dat.array,
path = NULL,
prefix = "",
suffix = ".ply",
col = "white",
pt.size = NULL,
alpha = 1,
begin = 1,
render = c("w", "s"),
point = c("s", "p"),
add = FALSE,
meshlist = NULL,
Rdata = FALSE,
module.colors = NULL,
text.lm = FALSE
)
lm.tibble |
a tibble of landmark data |
The sum of x
and y
.
color.palette <- c( "#6a3d9a","dimgrey","#fb9a99", "gold", "#009E73", "#D55E00", "#CC79A7", "cyan2", "#e31a1c", "#0072B2", "#b2df8a", "#E69F00", "whitesmoke" , "deeppink", "#a6cee3", "#F0E442","blue","red","brown", "black")
modulecolors1<-as.factor(module_defs$posthoc.jug.sep)
levels(modulecolors1)<-color.palette
check.modules(patched,path="./ply/",suffix=".ply",pt.size=.5,render="s",module.colors = modulecolors1,begin=1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.