misscode | R Documentation |
Recodes missing data to a value less than the minimum value – or to a non-missing code to indicate missingness for a factor – to facilitate plotting in 3d
misscode(x, ...)
## Default S3 method:
misscode(x, ..., offset = 0.1)
## S3 method for class 'factor'
misscode(x, ...)
## S3 method for class 'data.frame'
misscode(x, ...)
x |
vector with possible missing values |
offset |
(default .1) how far below the minimum value as a proportion of the range |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.