Learn R Programming

mudata (version 0.1.1)

biplot.mudata: Biplot a mudata object

Description

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

Usage

# S3 method for 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

Run this code
# NOT RUN {
data(kentvillegreenwood)
biplot(kentvillegreenwood, c("meantemp", "maxtemp", "mintemp"), col="location")

# }

Run the code above in your browser using DataLab