Scale the data in a ws_monitor object by mutiplying it with factor.

monitor_scaleData(ws_monitor, factor)

Arguments

ws_monitor

ws_monitor object

factor

numeric used to scale the data

Value

A ws_monitor object with scaled data.

Examples

library(PWFSLSmoke) wa <- monitor_subset(Northwest_Megafires, stateCodes='WA') wa_zero <- monitor_scaleData(wa, 3.4)