setStates {SMITIDstruct} | R Documentation |
setStates
Description
set hosts states from a data.frame
Usage
setStates(lhost, dfStates, colStates = c(id = "ID", time = "time", states
= "value"))
Arguments
lhost |
a HostSet |
dfStates |
a data.frame with host ID and states and time in columns |
colStates |
vector of the columns name, id, time and states |
Value
the HostSet updated
[Package SMITIDstruct version 0.0.5 Index]