layers_morphospace | R Documentation |
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
)
x |
layered PCA or LDA. Typically, the object returned by plot_PCA and plot_LDA |
position |
one of |
nb |
|
nr |
|
nc |
|
rotate |
|
size |
|
col |
color to draw shapes (default: |
flipx |
|
flipy |
|
draw |
|
a drawing layer
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()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.