pctileAsText | R Documentation |
Converts numeric percentiles (0-100) into character (text) that converts 95.3124 to '95
pctileAsText(x)
x |
vector or data.frame of numeric values 0 to 100 (not 0 to 1), representing percentiles from EJSCREEN dataset |
Returns matrix/vector of same shape as x if x was data.frame/vector
## Not run:
(bg2[ 125:126, c('pctile.pctmin', 'pctile.EJ.DISPARITY.pm.eo') ])
(bg2[ 125:126, c('pctile.text.pctmin', 'pctile.text.EJ.DISPARITY.pm.eo') ])
pctileAsText(bg2[ 125:126, c('pctile.pctmin', 'pctile.EJ.DISPARITY.pm.eo') ])
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.