Converts a string to vector of frequencies. e.g. "0.01/0.89" to c(0.01,0.89,0.1)
1 | af_split(x, n_vari)
|
x |
character string containing numeric values separated by backslashes. |
n_vari |
number of variants. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.