UDStack | R Documentation |
The function enables the easy generation of .UDStacks, which is for example useful for using other UD function such as getVolumeUD.
UDStack(x,...)
x |
A list of |
... |
Currently not used |
The values of a DBBMMBurstStack
are standardized per raster layer.
An UDStack object
Bart Kranstauber & Anne Scharf
data(dbbmmstack)
stk<-as(dbbmmstack,"RasterStack")
UDStack(stk)
lst<-split(dbbmmstack)
UDStack(lst)
## transforming a DBBMMBurstStack into UDStack, e.g. to than
## use the "getVolumeUD" or "emd" function
data(leroy)
leroyB <- burst(x=leroy,f=c(rep(c("Behav.1","Behav.2"),each=400),rep("Behav.1", 118)))
leroyBdbb <- brownian.bridge.dyn(object=spTransform(leroyB[785:820], center=TRUE),
location.error=12, dimSize=115, ext=.45,
time.step=25/15, margin=15)
cellStats(leroyBdbb, sum)
leroyBud <- UDStack(leroyBdbb)
cellStats(leroyBud, sum)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.