na.drop | R Documentation |
Removes missing values from a dataset.
na.drop(xin)
xin |
A numeric vector. |
A vector without missing values
Richard Murray Lark <murray.lark@nottingham.ac.uk>
x<-evapotranspiration$`ET(mm)`
na.drop(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.