Description Usage Arguments Value Author(s) See Also Examples
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.
1 | loadAggregate(input = "character", ...)
|
input |
Input target file path. |
Returns a twk_agg
.
Marcus D. R. Klarqvist <mk819@cam.ac.uk> | <https://mdrk.me>
twk_data
, twk_header
,
twk_filter
, and twk
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
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.