View source: R/replacePowlist.R
| replacePowlist | R Documentation |
The function replacing ^'s to pow based on parsing the string vector
replacePowlist(l,x)
l |
list with vectors containing exrpessions to replace |
x |
names of the vector inside list |
The output is the list with replaced ^'s.
read.slv
import.slv
##Example of using the function
temp1<-list(one=c("eee^3","2^rrr"))
replacePowlist(temp1,1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.