powered by
Add a point layer to an ordiggplot
geom_ordi_point(score, data, ...)
Returns a ggplot2 layer or a list of such layers: a "LayerInstance"
"LayerInstance"
object that inherits from classes "Layer", "ggproto", and "gg".
"Layer"
"ggproto"
"gg"
Ordination score to be added to the plot.
Alternative data to the function that will be used instead of score.
score
other arguments passed to ggplot2::geom_point()
ggplot2::geom_point()