Description Usage Arguments Value Examples
View source: R/monitor_scaleData.R
Scale the data in a ws_monitor object by mutiplying it with factor
.
1 | monitor_scaleData(ws_monitor, factor)
|
ws_monitor |
ws_monitor object |
factor |
numeric used to scale the data |
A ws_monitor object with scaled data.
1 2 3 4 | library(PWFSLSmoke)
wa <- monitor_subset(Northwest_Megafires, stateCodes='WA')
wa_zero <- monitor_scaleData(wa, 3.4)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.