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, ...)
a matrix of (x,y) coordinates to plot.
Color of the scatterpoints.
Background color for the scatterpoints.
Symbol of the scatterpoints.
Numeric; size of the scatterpoints.
Further arguments passed to graphics::points()
.