CreateCylinders | R Documentation |
Create cylinders to cover events encoded in observation.matrix
and evaluate their exceedances with respect to baseline
.
If observation.matrix
and baseline
have the same matrix dimension,
the exceedances are computed calling compute
. Otherwise the function
this function assumes that the baseline is an expand.grid
data.frame and
exceedancies are computed with compute.from.tab.baseline
.
CreateCylinders(
observation.matrix,
baseline,
week.range,
n.cylinders = 1000,
p.val.threshold = 0.05,
size_factor = 40,
rho,
coord.df = NULL,
GT = 24,
only.last = FALSE
)
observation.matrix |
A 2D |
baseline |
A 2D |
week.range |
A |
n.cylinders |
An |
p.val.threshold |
A |
size_factor |
A |
CreateCylinders(observation.matrix, baseline.matrix, week.range = c(0,99), n.cylinders = 10000)
CreateCylinders(observation.matrix, baseline.tab, week.range = c(0,99), n.cylinders = 100)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.