autoplot.qtag.long: Autoplot a qualifier/tag structure

Description Usage Arguments Value Examples

Description

Autoplot a qualifier/tag structure

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
## S3 method for class 'qtag.long'
autoplot(x, subset, xvar, yvar, facets, ...)

## S3 method for class 'qtag.wide'
autoplot(x, ...)

plotgg(x, ...)

plotother(x, subset, xvar, yvar, facets, colour = NULL,
  fun = c("strat.plot.simple", "strat.plot", "Stratiplot"), ...)

Arguments

x

A qtag object

subset

Subset to plot

xvar

Column to be used on the x-axis

yvar

Column to be used on the y-axis

facets

Column to be used as facetting variable

...

Passed on to aes_string()

Value

A ggplot object

Examples

1
2
3
4
5
6
7
8
library(ggplot2)
data(pocmaj)
plot.gg(pocmaj)

pocmajqt <- as.qtag(pocmaj, qualifiers=c("core", "depth"))
autoplot(pocmajqt)
autoplot(pocmajqt, subset=core=="MAJ-1" & column %in% c("Ca", "Ti"))
autoplot(pocmajqt, shape="core")

paleolimbot/ofcores documentation built on May 24, 2019, 6:13 p.m.