PWFSLSmoke (version 1.2.100)

monitor_scaleData: Scale ws_monitor Data

Description

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

Usage

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

Run this code
# NOT RUN {
wa <- monitor_subset(Northwest_Megafires, stateCodes='WA')
wa_zero <- monitor_scaleData(wa, 3.4)
# }

Run the code above in your browser using DataLab