attsurf2df | R Documentation |
data.frame
.Convert a list of attainment surfaces to a single EAF data.frame
.
attsurf2df(x)
x |
|
data.frame()
Data frame with as many columns as objectives and an additional column percentiles
.
eaf_as_list()
data(SPEA2relativeRichmond)
attsurfs <- eaf_as_list(eaf(SPEA2relativeRichmond, percentiles = c(0,50,100)))
str(attsurfs)
eaf_df <- attsurf2df(attsurfs)
str(eaf_df)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.