am_save.Rdam_save object.
am_save(x, filename, ...)
| x | summary, statistics or plot data from Trouvelot or Grid dataset |
|---|---|
| filename | path where save the file |
| ... | arguments from ggsave function from ggplot2 package |
If you save the summary, two files will be saved corresponding to the summary two tables. The user can name the file but the save function will append "_per_Replicate.csv" and "_per_Sample.csv".
If you save the statistical summary one file will be saved with the "_Stat.csv" extention.
`ggsave` from ggplot2 package
am_save(am_summary(example_grid)) am_save(am_summary(example_trouvelot)) am_save(am_barplot(example_trouvelot))#>