View source: R/calcFracActInColl.R
calcFracActInColl | R Documentation |
Calculate the fraction of activity in collective events
calcFracActInColl(objFull, objColl)
objFull |
an arcosTS object with full data, without collective events. |
objColl |
an arcosTS object with collective events. Can be also an arcosTS object returned from bootstrapping trackCollBoot function. |
Calculate the fraction of total binarised activity involved in collective events.
a data.table with the fraction. If the objColl parameter comes from bootstrapping, fractions are calculated per bootstrapping iteration.
cat("no examples")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.