powered by
get a transmission tree as a data.frame
getTransmissionTree(lhost, id = NA)
a hostSet
a vector of hosts ids (default NA : all host)
a data.frame as source|target|time in columns
# NOT RUN { path = system.file("extdata", "data-simul/", package="SMITIDstruct") lhost <- list() lhost <- loadTree(lhost,paste(path,"/tree.txt",sep='')) print(getTransmissionTree(lhost)) # }
Run the code above in your browser using DataLab