Learn R Programming

SMITIDvisu (version 0.0.9)

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

mstVariant

Examples

Run this code
# NOT RUN {
library(SMITIDvisu)
data(mstVariant)
## server.R
mstVaraintProxy("mstvariantoutput") %>% updatemstVariant(st.dist,st.prop)
# }

Run the code above in your browser using DataLab