View source: R/split_by_prof.R
split_by_group | R Documentation |
Split profile data into a list for each single profile.
split_by_group(x)
split_by_prof(x)
## S3 method for class 'cfp_dat'
split_by_prof(x)
## S3 method for class 'cfp_profile'
split_by_prof(x)
x |
A object that is grouped into profiles by its |
A list with where each entry is one profile of the same
class as x
.
df <- cfp_profile(
data.frame(
site = rep(c("site_a", "site_b"),
each = 2),
variable = 1:4),
id_cols = "site")
split_by_prof(df)
base_dat <- ConFluxPro::base_dat
split_by_prof(base_dat)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.