Nothing
mpm_elementwise_apply
which can apply any function over elements in a matrix. For example, mean
, min
, max
, sd
, var
etc. to allow summaries to conveniently be made across matrices of the same dimension. Replaces some of the functionality of mpm_sd
/mat_sd
, mpm_median
/mat_median
and mpm_mean
/mat_mean
, which are retained for backwards compatibility.mpm_sd
/mat_sd
and mpm_median
/mat_median
which join the existing mpm_mean
/mat_mean
functions to calculate element-wise summary statistics across MPMs of the same dimension. Code contributed by Darren Norris with modifications by Owen Jones. A future version will include a generic "summarise matrix" function.cdb_build_cdb
causing an error in the construction of the A matrix when a C matrix was not provided.as_tibble.CompadreDB
that caused a build failure on some platforms.cdb_fetch
. Can add a comment as an attribute on import. Can download particular versions of the databases by version number. Can force quiet running (no messages).cdb_build_cdb
function, which allows users to build compadreDB
objects from their own dataflag
argument to cdb_fetch
. If this is set to TRUE
then the checks from cdb_flag
will be run on the database during the downloaded process thus streamlining coding.cdb_fetch
: check_zero_F
which checks whether the F (sexual reproduction) matrix is all zeros (TRUE if all zero) and check_zero_U_colsum
which checks whether there are any columns of the U matrix that are all zero (i.e. whether there are some stages where there is 100% mortality).check_surv_gte_1
) to cdb_check
to check matU
for elements greater than or equal to 1.cdb_metadata
function to provide easy access to metadata (without associated matrices).matA
, matU
etc.) now ensure that the matrices are provided with named columns and rows. Names are prefixed by matrix type (e.g. A1, A2, A3 or U1, U2, U3).codemeta.json
)CompadreDB
and CompadreM
.ClassUnionMethods
. e.g. functions matA
, matU
, matF
, and matC
output all A,U,F, or C matrices from a database.cdb_fetch
function to obtain the latest version of COMPADRE or COMADRE.dplyr
functions can be used with the database (e.g. filter).subset
, []
now work.magrittr
pipes.cdb_
prefix, followed by verb (e.g. dbCompare
becomes cdb_compare
and cleanDatabase
becomes cdb_flag
).cdb_unnest
unnests the DB by spreading the matrices into separate list columns. convert2flat
is replaced with cdb_flatten
, but works on an entire database rather than a single matrix. cdb_unflatten
reverses the procedure.collapseMatrix
, identifyReprodStages
, rearrangeMatrix
, splitMatrix
moved to the Rage
package.CompadreData
with definition and methods.CompadreM
with definition and methods.checkspecies
, check for matrix problems (cleanDatabase
), mergeDB
), compare database versions (dbCompare
), subset the database (subsetDB
).collapseMatrix
), convert matrix to a "flat" format (convert2flat
), calculate the mean F matrix (getMeanMatF
), segregate reproductive/non-reproductive stages rearrangeMatrix
, split the matrix into submatrices (splitMatrix
) stringtomatrix
.Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.