Minor version update. It has no ERRORS, WARNINGS, or NOTES from devtools::check()
. Changes from previous release are as follows:
- New function:
replace_non_ascii
. Replaces non-ASCII characters with ASCII characters that are as visually similar as possible - New function:
count
. Counts occurrences of each unique element in the provided vector - New function:
ordination
. Generic function that creates either NMS or PCoA ordinations. Makes extensive use of the...
argument to greatly increase level of control user can expect over internal base R graphing functions. Supersedesnms_ord
andpcoa_ord
. - Superseded functions:
nms_ord
andpcoa_ord
are now superseded because they are special cases ofordination
- New function behavior:
nms_ord
andpcoa_ord
now support modifying axis label text size and axis tickmark text size - Began the process of adding units tests for most functions in the package. Users may notice some small cases where more informative errors/warnings are returned but generally this shouldn't change function behavior in an appreciable way