An ad hoc wrapper for graphics::points(). Used internally for projecting scatterpoints into bivariate morphospaces.

plot_biv_scatter(scores, col = 1, bg = 1, pch = 1, cex = 1, ...)

Arguments

scores

a matrix of (x,y) coordinates to plot.

col

Color of the scatterpoints.

bg

Background color for the scatterpoints.

pch

Symbol of the scatterpoints.

cex

Numeric; size of the scatterpoints.

...

Further arguments passed to graphics::points().