cc.min | R Documentation |
Wrapper for min() with na.rm=TRUE by default. Useful for ddply and graphs.
cc.min(x)
x |
Numeric vector |
Minimum value in the vector, ignoring NA values
cc.min(c(1,2,NA,4)) # Returns 1
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.