powered by
Uses the ggplot framework and facet_grid to produce a biplot of a mudata object.
facet_grid
# S3 method for mudata biplot(x, ..., namecolumn = "param")
A mudata object
passed to longbiplot
The column that contains the names for biplotting
a ggplot object
# NOT RUN { data(kentvillegreenwood) biplot(kentvillegreenwood, c("meantemp", "maxtemp", "mintemp"), col="location") # }
Run the code above in your browser using DataLab