Usage
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
)Arguments
- x
layered PCA or LDA. Typically, the object returned by plot_PCA and plot_LDA
- position
one of
range, full, circle, xy, range_axes, full_axesto feed morphospace_positions (default:range)- nb
numerictotal number of shapes whenposition="circle"(default:12)- nr
numericnumber of rows to position shapes (default:6)- nc
numericnumber of columns to position shapes (default5)- rotate
numericangle (in radians) to rotate shapes when displayed on the morphospace (default:0)- size
numericsize to use to feed coo_template (default:0.9)- col
color to draw shapes (default:
#999999)- flipx
logicalwhether to flip shapes against the x-axis (default:FALSE)- flipy
logicalwhether to flip shapes against the y-axis (default:FALSE)- draw
logicalwhether to draw shapes (default:TRUE)