1
0
mirror of https://github.com/msberends/AMR.git synced 2025-09-07 12:09:38 +02:00
This commit is contained in:
2019-01-30 16:00:55 +01:00
parent bb7c9cfefe
commit 0b3dc0231f
9 changed files with 284 additions and 116 deletions

View File

@@ -99,6 +99,7 @@
freq(mo_genus(mo))
```
* Header info is now available as a list, with the `header` function
* The parameter `header` is now set to `TRUE` at default, even for markdown
* Added header info for class `mo` to show unique count of families, genera and species
* Now honours the `decimal.mark` setting, which just like `format` defaults to `getOption("OutDec")`
* The new `big.mark` parameter will at default be `","` when `decimal.mark = "."` and `"."` otherwise