Description Usage Arguments Details Value Author(s)
View source: R/generateRainbows.R
Aggregate rayData to pdf
1 2 3 4 5 6 7 | aggregateData(
rayData,
aggregateRainbows = FALSE,
aggregateLambda = FALSE,
nBreaks = 200,
normaliseIntensity = TRUE
)
|
rayData |
data.table with rayData |
aggregateRainbows |
aggregate over all rainbows (and set rainbowNo = 0). Default = FALSE |
aggregateLambda |
aggregate over all lambdas (and set lambda = 0). Default = FALSE |
nBreaks |
number of bins to aggregate into |
cutoff |
exclude rows which are smaller than max*cutoff (0 = no cutoff) |
Aggregates rayData over a range of angles. The range is implicitly set by the number of bins. Cutoff removes values smaller than a portion of max vaule
data.table with pdf of angular difference (angDDeg)
Fredrik Wartenberg
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.