p2character | R Documentation |
Change p value to string
p2character(x, digits = 3)
x |
A numeric vector |
digits |
integer indicating the number of decimal places |
x=c(0.000001,NA,0.1234567,0.00123,0.000123) p2character(x) p2character(x,digits=4)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.