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 2 3 4 |
x |
Input |
aggregation |
String representing the aggregation function to use on the input data. |
reduction |
String representing the reduction function to use after after data has been aggregated. |
xbins |
Number of bins (pixels) in the x-dimension. |
ybins |
Number of bins (pixels) in the y-dimension. |
minCount |
Only pixels with at least this many observations are reported. |
threads |
Number of aggregation/reduction threads to use. |
verbose |
Flag triggering verbose output (written to std::cerr). This will usually, but not always, be appropriately handled by R. |
progress |
This flag will trigger a detached thread internal to Tomahawk that will tick progression every 30 seconds to the console. Note that R NEVER cleans up this thread and it will tick until the R instance is closed. |
Returns a twk_agg
object with the aggregated matrix.
Marcus D. R. Klarqvist <mk819@cam.ac.uk> | <https://mdrk.me>
twk_data
, twk_header
,
twk_filter
, and twk
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.