Skip to content

Commit

Permalink
disable plot_mva_loading (another try)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmohamed committed Apr 22, 2019
1 parent 81cbca3 commit c01ceda
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: lipidr
Title: Lipidomics Analysis Workflow in R
Version: 0.99.15
Version: 0.99.16
Authors@R: c(
person(
"Ahmed", "Mohamed",
Expand Down
2 changes: 1 addition & 1 deletion vignettes/workflow.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ plot_mva(mvaresults, color_by="group")

We can also plot the loadings and display important lipids contributing to the separation between different (Diet) groups.

```{r}
```{r, eval=FALSE}
plot_mva_loadings(mvaresults, color_by="Class", top.n=10)
```

Expand Down

0 comments on commit c01ceda

Please sign in to comment.