processMSE | R Documentation |
Turn whole list into a concanated polished data frame
processMSE( df.MSE, id, idx = 1, fn = "sums", spacenames = NA, runs = 100, nspace = 2 )
df.MSE |
MSE that contains the data |
id |
object to extract |
idx |
which indexes to save to |
fn |
function to summarize data sums; sums data over indices, rows extracts data |
spacenames |
naming convention for spatial areas |
runs |
number of runs in MSE |
nspace |
number of spaces |
returns a concatenated data frame
processMSE(test) # not run
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.