powered by
update (redraw) an instance of a transmissionTree
updateTransmissionTree(TTProxy, nodes, edges, options = NULL)
transmissionTreeProxy instance
a data.frame that represent hosts status in time with ID, status and time in columns
a data.frame that represent tramsmission link between hosts (pathogens) with ID, source, weight, target and time in columns
transmissionTree new options
transmissionTree
# NOT RUN { library(SMITIDvisu) data(transmissionTree) ## server.R transmissionTreeProxy("transmissionTreeoutput") %>% updatetransmissionTree(tt.nodes,tt.edges) # }
Run the code above in your browser using DataLab