rp.var.put | R Documentation |
The management of objects within the rpanel environment is usually handled ‘behind the scenes’ but it can occasionally be useful to place an object there explicitly.
rp.var.put(panelname, name, val, labels = NULL)
panelname |
the panelname of the relevant panel. This is usually identified as |
name |
the name of the variable. |
val |
the contents of the variable as a numeric or character vector. |
labels |
labels for |
rpanel: Simple interactive controls for R functions using the tcltk package. Journal of Statistical Software, 17, issue 9.
rp.var.get
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.