updatemstVariant: updatemstVariant

Description Usage Arguments See Also Examples

View source: R/mstVariantProxy.R

Description

update (redraw) an instance on mstVariant

Usage

1
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

mstVariant

Examples

1
2
3
4
5
6
7
## Not run: 
library(SMITIDvisu)
data(mstVariant)
## server.R
mstVaraintProxy("mstvariantoutput") %>% updatemstVariant(st.dist,st.prop)

## End(Not run)

SMITIDvisu documentation built on Feb. 8, 2021, 9:06 a.m.