stbinom {sfclust} | R Documentation |
Spatio-temporal Binomial data
Description
A simulated stars
object containing binomial response data with a functional clustering
pattern defined by polynomial fixed effects. This dataset includes the variables cases
and population
observed across 100 simulated spatial regions over 91 time points.
Usage
data(stbinom)
Format
A stars
object with:
- cases
Number of observed cases (integer)
- population
Population at risk (integer)
- dimensions
Two dimensions:
geometry
(spatial features) andtime
(daily observations)
Examples
library(sfclust)
data(stbinom)
stbinom
plot(stbinom["cases"])
[Package sfclust version 1.0.1 Index]