createHost {SMITIDstruct} | R Documentation |
createHost
Description
create a list of Host class object
Usage
createHost(list_host)
Arguments
list_host |
a character vector of host ID |
Value
a HostSet of host object with there ID
Examples
lh <- seq(1,30,1)
lhost <- createHost(lh)
[Package SMITIDstruct version 0.0.5 Index]