update
Compare changes
Files
2- Etienne Rifa authored
replace Fact argument by sample_labels boolean, allow user to display sample ids rather than group they belong for non splitted plot. autoorder argument to apply or not automatic ordering of groups.
+ 16
− 25
@@ -64,10 +64,10 @@ aggregate_top_taxa <- function (x, top, level){
@@ -95,14 +95,11 @@ bars_fun <- function(data = data, rank = "Genus", top = 10, Ord1 = NULL, sample_
@@ -112,9 +109,6 @@ if( all(Ord1 != sample_variables(data))){
@@ -123,25 +117,29 @@ if( all(Ord1 != sample_variables(data))){
@@ -154,20 +152,16 @@ if( all(Ord1 != sample_variables(data))){
@@ -181,19 +175,16 @@ if( all(Ord1 != sample_variables(data))){
@@ -215,7 +206,7 @@ if( all(Ord1 != sample_variables(data))){