mmetrics
mmetrics copied to clipboard
Add more documentation to mplot
e.g.
- df
- y
- x https://github.com/y-bar/mmetrics/blob/master/R/mplot.R
What is the meaning add "more" document ? Add more explanation to README? or to R/mplot.R?
I interpreted that description in mplot.R
must be richer since this description correponds to that of reference manual in https://cran.r-project.org/web/packages/mmetrics/mmetrics.pdf.
#' Plot bar charts
#'
#' Plot bar charts.
#'
#' @param df data.frame
#' @param y y axis
#' @param x x axis
...
That is exactly what i want!
I got it. Thank you.