Used internally by plot_PCA, plot_LDA, etc. but may be useful elsewhere.
layer_morphospace_PCA(
x,
position = c("range", "full", "circle", "xy", "range_axes", "full_axes")[1],
nb = 12,
nr = 6,
nc = 5,
rotate = 0,
size = 0.9,
col = "#999999",
flipx = FALSE,
flipy = FALSE,
draw = TRUE
)layer_morphospace_LDA(
x,
position = c("range", "full", "circle", "xy", "range_axes", "full_axes")[1],
nb = 12,
nr = 6,
nc = 5,
rotate = 0,
size = 0.9,
col = "#999999",
flipx = FALSE,
flipy = FALSE,
draw = TRUE
)
a drawing layer
layered PCA or LDA. Typically, the object returned by plot_PCA and plot_LDA
one of range, full, circle, xy, range_axes, full_axes to feed morphospace_positions (default: range)
numeric total number of shapes when position="circle" (default: 12)
numeric number of rows to position shapes (default: 6)
numeric number of columns to position shapes (default 5)
numeric angle (in radians) to rotate shapes when displayed on the morphospace (default: 0)
numeric size to use to feed coo_template (default: 0.9)
color to draw shapes (default: #999999)
logical whether to flip shapes against the x-axis (default: FALSE)
logical whether to flip shapes against the y-axis (default: FALSE)
logical whether to draw shapes (default: TRUE)
Other grindr:
drawers,
layers,
mosaic_engine(),
papers,
pile(),
plot_LDA(),
plot_NMDS(),
plot_PCA()
Other grindr:
drawers,
layers,
mosaic_engine(),
papers,
pile(),
plot_LDA(),
plot_NMDS(),
plot_PCA()