Skip to content

Commit

Permalink
remove unused arguments in vignettes
Browse files Browse the repository at this point in the history
  • Loading branch information
jsychong committed Nov 23, 2018
1 parent 8db54a3 commit 3d78779
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ To inform us of any bugs or requests, please open a new issue or send an email t

## MetaboAnalystR History & Updates

11-20-2018 - Version Update: 1.0.2 - updated links in R code (https) + underlying code w. changes to MetaboAnalyst 4.09
11-20-2018 - Version Update: 1.0.2 - updated links in R code (https) + underlying code w. changes to MetaboAnalyst 4.39

07-03-2018 - Addition of XCMS to MetaboAnalystR tutorial

Expand Down
2 changes: 1 addition & 1 deletion vignettes/Statistical_Analysis_Module.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ mSet<-OPLSR.Anal(mSet, reg=TRUE)
mSet<-PlotOPLS2DScore(mSet, "opls_score2d_0_", format = "png", dpi=72, width=NA, 1,2,0.95,1,0)
# Create a significant features plot
mSet<-PlotOPLS.Splot(mSet, "opls_splot_0_", format = "png", dpi=72, width=NA, "all")
mSet<-PlotOPLS.Splot(mSet, "opls_splot_0_", "png", 72, width=NA);
# Create a plot of the model overview
mSet<-PlotOPLS.MDL(mSet, "opls_mdl_0_", format = "png", dpi=72, width=NA)
Expand Down

0 comments on commit 3d78779

Please sign in to comment.