mpspline_conv | R Documentation |
Generate a consistent input object for splining
mpspline_conv(obj = NULL) ## S3 method for class 'matrix' mpspline_conv(obj = NULL) ## S3 method for class 'data.frame' mpspline_conv(obj = NULL)
obj |
data.frame or matrix. Column 1 must contain site identifiers. Columns 2 and 3 must contain upper and lower sample depths, respectively. Subsequent columns will contain measured values for those depths. |
data frame, sorted by site ID, upper and lower depth.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.