View source: R/surveillance_utils.r
rcylinder | R Documentation |
Find the coordinates (centers and height limits) of cylinders
that contain events defined in observation.matrix
, with radii and heights
given in radii_and_heights
.
rcylinder(
n.cylinders,
observation.matrix,
time.range,
radii_and_heights,
postcode2coord,
only.last = F
)
n.cylinders |
An |
observation.matrix |
A |
time.range |
An |
radii_and_heights |
A |
postcode2coord |
A |
only.last |
A |
A data.frame
.
cylinders=rcylinder(10, observation.matrix, time.range, radii_and_heights, postcode2coord)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.