wide: Convert data to wide format

Description Usage Arguments Value Examples

Description

Convert data to wide format

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
wide(x, ...)

## Default S3 method:
wide(x, ...)

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

## S3 method for class 'qtag.long'
wide(qtag, colvar, fun.aggregate, ..., quiet = FALSE)

Arguments

x

A qtag object

...

Passed to other methods

Value

A (possibly unchanged) qtag.wide data.frame

Examples

1
2
3
4
5
data(pocmaj)
pocmaj <- as.qtag(pocmaj, qualifiers = c("core", "depth"))
pocmajlong <- long(pocmaj)
wide(pocmajlong)
wide(pocmaj)

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