biplot.mudata: Biplot a mudata object

Description Usage Arguments Value Examples

View source: R/biplot.R

Description

Uses the ggplot framework and facet_grid to produce a biplot of a mudata object.

Usage

1
2
## S3 method for class 'mudata'
biplot(x, ..., namecolumn = "param")

Arguments

x

A mudata object

...

passed to longbiplot

namecolumn

The column that contains the names for biplotting

Value

a ggplot object

Examples

1
2
data(kentvillegreenwood)
biplot(kentvillegreenwood, c("meantemp", "maxtemp", "mintemp"), col="location")

mudata documentation built on Nov. 17, 2017, 7:30 a.m.