View source: R/depth_structure.R
depth_structure | R Documentation |
Get the unique layers or depths, i.e. the backbone of an object given a set of identifying columns.
depth_structure(x, id_cols = NULL, ...)
## S3 method for class 'cfp_layered_profile'
depth_structure(x, id_cols = NULL, ...)
## S3 method for class 'cfp_profile'
depth_structure(x, id_cols = NULL, ...)
## S3 method for class 'cfp_dat'
depth_structure(x, id_cols = NULL, structure_from = NULL, ...)
x |
An object to get general structure of. |
id_cols |
The columns that identify each set of depth structures to extract (e.g. a site identifier). |
... |
internal
One of |
structure_from |
From which element should the structure be returned? |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.