-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Renamed raw to normalise in all plotting functions - added call. = FALSE in all warning and error messages - amp_subset_taxa now shows a short summary of the subset just like amp_subset_samples does - read stats is now stored as an attribute in the ampvis2 object when the data is normalised with either amp_subset_samples or amp_subset_taxa. In this way it will print correctly with print.ampvis2, but manual editing the data will probably cause the stats to be incorrect from now on - both amp_subset_samples and amp_subset_taxa now also checks if the data has already been normalised - ampvis2 objects printed to the console now has underlined section titles - added envfit_arrowcolor to amp_ordinate to color the arrows when doing numerical fitting - updated to version 2.3.3 and rerun docs
- Loading branch information
1 parent
66dec69
commit b38bdaf
Showing
88 changed files
with
849 additions
and
313 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ Package: ampvis2 | |
Type: Package | ||
Title: Tools for visualising amplicon data | ||
Description: ampvis2 is a small set of tools that allows effortless visualisation of amplicon data. | ||
Version: 2.3.2 | ||
Version: 2.3.3 | ||
Date: 2017-11-15 | ||
Authors@R: c(person("Mads", "Albertsen", role = c("aut", "cre"), email = "[email protected]"), person(c("Kasper", "Skytte"), "Andersen", role = c("aut"), email = "[email protected]"), person(c("Rasmus", "Hansen"), "Kirkegaard", role = c("ctb"), email = "[email protected]")) | ||
License: AGPL-3 | ||
|
@@ -33,8 +33,7 @@ Imports: | |
lubridate, | ||
remotes, | ||
cowplot, | ||
readxl | ||
readxl, | ||
crayon | ||
Remotes: github::briatte/ggnet | ||
Suggests: | ||
remotes | ||
RoxygenNote: 6.0.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.