powered by
Scale the data in a ws_monitor object by mutiplying it with factor.
factor
monitor_scaleData(ws_monitor, factor)
ws_monitor object
numeric used to scale the data
A ws_monitor object with scaled data.
# NOT RUN { library(PWFSLSmoke) wa <- monitor_subset(Northwest_Megafires, stateCodes='WA') wa_zero <- monitor_scaleData(wa, 3.4) # }
Run the code above in your browser using DataLab