repl0 | R Documentation |
Replace all variable values < 0 with 0. If first column is location ID (depth/height/time), it will not be processed. Any number of variables (columns) permitted.
repl0(dat,ID=T,genplot=T,verbose=T)
dat |
Data series to process. If location is included (e.g., depth), it should be in the first column. |
ID |
Is a location ID included in the first column? (T or F) |
genplot |
Generate summary plots? (T or F) |
verbose |
Verbose output? (T or F) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.