loadAggregate: Load aggregation object generated by tomahawk

Description Usage Arguments Value Author(s) See Also Examples

Description

Some additional details about this S4 generic and its methods. The extra blank line between this section and the title is critical for roxygen2 to differentiate the title from the description section.

Usage

1
loadAggregate(input = "character", ...)

Arguments

input

Input target file path.

Value

Returns a twk_agg.

Author(s)

Marcus D. R. Klarqvist <mk819@cam.ac.uk> | <https://mdrk.me>

See Also

twk_data, twk_header, twk_filter, and twk

Examples

1
2
3
4
5
# Assuming you have a file called "agg.twa" in your downloads directory.
agg<-loadAggregate("~/Downloads/agg.twa")
plot(agg, normalize = TRUE)
plot(agg, normalize = FALSE)
agg

mklarqvist/rtomahawk documentation built on May 16, 2019, 5:01 a.m.