diff --git a/vignettes/miaViz.Rmd b/vignettes/miaViz.Rmd index ef2b41b9..09a8baaa 100644 --- a/vignettes/miaViz.Rmd +++ b/vignettes/miaViz.Rmd @@ -74,7 +74,7 @@ With subsetting to selected features the plot can be fine tuned. ```{r} prev_phylum <- getPrevalentTaxa(GlobalPatterns, rank = "Phylum", - detection = 0.01) + detection = 0.01, onRankOnly = TRUE) ``` ```{r}