Recent Releases of tabula
tabula -
Breaking changes: use graphics instead of ggplot2.
Scientific Software - Peer-reviewed
- R
Published by nfrerebeau almost 3 years ago
tabula -
CRAN release.
Scientific Software - Peer-reviewed
- R
Published by nfrerebeau about 5 years ago
tabula -
New classes and methods
Matrixthis S4 class is now the superclass of all matrix-like classes.AbundanceMatrixthis virtual S4 class is defined as the superclass ofCountMatrix,FrequencyMatrixandIncidenceMatrix.SpaceTimethis S4 class represents space-time informations.as_*()coerce amatrixordata.frameto aCountMatrix,FrequencyMatrix,IncidenceMatrix,OccurrenceMatrixorSimilarityMatrix.date_event()replacesdateEvent().date_mcd()allows Mean Ceramic Date estimation.get_dates()andset_dates<-allow to extract and replace chronological informations inAbundanceMatrixobjects.plot_bertin()andplot_ford()replaceplotBar().plot_date()replacesplotDate().plot_date()gained a method forAbundanceMatrixobjects.plot_heatmap()replacesplotMatrix().plot_rank()replacesplotRank().plot_spot()replacesplotSpot().plot_time()produces an abundance vs. time graph.refine_dates()andrefine_seriation()replacerefine().seriate_reciprocal()andseriate_correspondance()replaceseriate().test_diversity()allows Shannon diversity test.test_fit()produces a Frequency Increment Test.
Bugfixes & changes
CountMatrix,FrequencyMatrixandIncidenceMatrixnow also contain theSpaceTimeclass.- Deprecate
plotBar(),plotMatrix(),plotRank(),plotSpot(),refine(),seriate(). - Remove
dateEvent(). - Empty rows/columns are removed prior to CA seriation to avoid error in
svd().
Enhancements
- Add the Merzbach ceramics dataset.
- The
plot_date()method forDateModelobjects now allows to display an activity or a tempo plot.
Internals
- Reduce required R version to 3.2.
- Error handling has been revised and error messages have been harmonized.
- Refer to {ggplot2} functions using
::(stop importing the entire package). - Use {vdiffr} to test graphical output.
- Replace
FactoMinerR::CA()withca::ca()(this avoids having to install all {FactoMineR} dependencies when only one function is used). - Remove {dplyr} from the imported packages, move {magrittr} to suggested packages.
Experimental
- When a
Matrixobject is first created, an identifier (UUID v4) is generated withgenerate_uuid(). This ID is preserved when coercing to another class. This makes it possible to identify objects representing the same initial data and associate them with the results of specific computations. get_coordinates()andset_coordinates<-allow to extract and replace spatial informations inAbundanceMatrixobjects.get_features()allows to convert anAbundanceMatrixobject to adata.frame. It is intended for compatibility with the {sf} package.
Scientific Software - Peer-reviewed
- R
Published by nfrerebeau over 6 years ago
tabula -
- ADD: Belanger and Husi (2006) dating method (#3).
- ADD: binomial co-occurrence assessment method (similarity between types).
- ADD:
SimilarityMatrixS4 class to represent a (dis)similarity matrix. - ADD:
plotSpotmethod forSimilarityMatrixobject. - ADD:
plotSpotmethod forOccurrenceMatrixobject. - ADD:
[methods for several classes. - FIX:
similarity()now returns aSimilarityMatrixobject. - FIX:
plotBar()does not add confidence interval by default. - FIX: add an argument to
seriate()to pass aBootCAobject (#4). - FIX: add an optional progress bars with
pbapplyin long running functions. - FIX: deprecate useless accessors.
- FiX:
OccurrenceMatrixnow stores the number of times each pair of taxa occurs together in at least one sample.
Scientific Software - Peer-reviewed
- R
Published by nfrerebeau about 7 years ago
tabula -
- ADD: Chao1 estimator for abundance data
- ADD: Bias-corrected Chao1 estimator
- ADD: Improved Chao1 estimator
- ADD: Chao2 estimator for replicated incidence data
- ADD: Bias-corrected Chao2 estimator
- ADD: Improved Chao2 estimator
- ADD: Abundance-based Coverage Estimator (ACE)
- ADD: Incidence-based Coverage Estimator (ICE)
- FIX: similarity() now returns a symmetric matrix
- FIX: add references in the 'Description' field of the DESCRIPTION file (#1)
- FIX: split documentation for alpha-diversity measures
- FIX: split documentation for beta-diversity measures
Scientific Software - Peer-reviewed
- R
Published by nfrerebeau over 7 years ago
tabula -
- ADD: Brainerd-Robinson coefficient of similarity
- ADD: Zuni ceramics dataset
- ADD: Mississippi ceramics dataset
- ADD: BootCA S4 class to store partial bootstrap CA results
- ADD: extract methods for PermutationOrder and BootCA
- ADD: vignette for matrix seriation
- FIX: use stats::rmultinorm() for partial bootstrap CA
Scientific Software - Peer-reviewed
- R
Published by nfrerebeau over 7 years ago
tabula -
First release.
Scientific Software - Peer-reviewed
- R
Published by nfrerebeau over 7 years ago