osem_phenomena | R Documentation |
Get the counts of sensors for each observed phenomenon.
osem_phenomena(boxes)
## S3 method for class 'sensebox'
osem_phenomena(boxes)
boxes |
A |
A named list
containing the count of sensors observing a
phenomenon per phenomenon
osem_phenomena(sensebox)
: Get counts of sensors observing each phenomenon
from a set of senseBoxes.
osem_boxes
# get the phenomena for a single senseBox
osem_phenomena(osem_box('593bcd656ccf3b0011791f5a'))
# get the phenomena for a group of senseBoxes
osem_phenomena(
osem_boxes(grouptag = 'ifgi', exposure = 'outdoor', date = Sys.time())
)
# get phenomena with at least 30 sensors on opensensemap
phenoms = osem_phenomena(osem_boxes())
names(phenoms[phenoms > 29])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.