Learn R Programming

SMITIDstruct (version 0.0.5)

createHost: 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

Run this code
# NOT RUN {
lh <- seq(1,30,1)
lhost <- createHost(lh)

# }

Run the code above in your browser using DataLab