addHost {SMITIDstruct} | R Documentation |
addHost
Description
add an Host to a HostSet
Usage
addHost(lhost, id)
Arguments
lhost |
a hostSet Object |
id |
a character of host ID |
Value
a HostSet of host object with there ID
Examples
lhost <- list()
lhost <- addHost(lhost,"42")
[Package SMITIDstruct version 0.0.5 Index]