updatemstVariant {SMITIDvisu} | R Documentation |
updatemstVariant
Description
update (redraw) an instance on mstVariant
Usage
updatemstVariant(mstVProxy, mat, prop, propTime = NULL)
Arguments
mstVProxy |
mstVaraintProxy instance |
mat |
distance matrix |
prop |
proportions data.frame |
propTime |
list of each variant by time and proportions |
See Also
Examples
## Not run:
library(SMITIDvisu)
data(mstVariant)
## server.R
mstVaraintProxy("mstvariantoutput") %>% updatemstVariant(st.dist,st.prop)
## End(Not run)
[Package SMITIDvisu version 0.0.9 Index]