mmetrics icon indicating copy to clipboard operation
mmetrics copied to clipboard

Add more documentation to mplot

Open teramonagi opened this issue 5 years ago • 4 comments

e.g.

  • df
  • y
  • x https://github.com/y-bar/mmetrics/blob/master/R/mplot.R

teramonagi avatar Jul 12 '19 09:07 teramonagi

What is the meaning add "more" document ? Add more explanation to README? or to R/mplot.R?

yoshinaga0106 avatar Jul 12 '19 11:07 yoshinaga0106

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
...

yoshinaga0106 avatar Jul 12 '19 21:07 yoshinaga0106

That is exactly what i want!

teramonagi avatar Jul 15 '19 06:07 teramonagi

I got it. Thank you.

yoshinaga0106 avatar Jul 15 '19 13:07 yoshinaga0106