eaf_as_list | R Documentation |
attsurf2df()
can be
used to convert the list into a single data frame.Convert an EAF data frame to a list of data frames, where each element
of the list is one attainment surface. The function attsurf2df()
can be
used to convert the list into a single data frame.
eaf_as_list(eaf)
eaf |
|
list()
A list of data frames. Each data.frame
represents one attainment surface.
eaf()
attsurf2df()
extdata_path <- system.file(package="moocore", "extdata")
x <- read_datasets(file.path(extdata_path, "example1_dat"))
attsurfs <- eaf_as_list(eaf(x, percentiles = c(0, 50, 100)))
str(attsurfs)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.