Skip to content

Commit

Permalink
bf violin
Browse files Browse the repository at this point in the history
  • Loading branch information
vertesy committed Nov 14, 2021
1 parent 5008aac commit 3915e40
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Imports:
stats,
tidyverse
Encoding: UTF-8
Packaged: 2021-11-14 13:32:21
Packaged: 2021-11-14 13:36:28
Repository: CRAN
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2
2 changes: 1 addition & 1 deletion Development/Development.bac
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ qviolin <- function(df_XYcol



fname = Stringendo::kpp(plotname, suffix, "boxplot", Stringendo::flag.nameiftrue(logY), ext) # , Stringendo::flag.nameiftrue(logX)
fname = Stringendo::kpp(plotname, suffix, "violinplot", Stringendo::flag.nameiftrue(logY), ext) # , Stringendo::flag.nameiftrue(logX)
if (save) qqSave(ggobj = p, title = plotname, fname = fname, ext = ext, w = w, h = h, also.pdf = also.pdf)
if (mdlink & save) qMarkdownImageLink(fname)
if (plot) p
Expand Down
2 changes: 1 addition & 1 deletion R/ggExpress.R
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ qviolin <- function(df_XYcol



fname = Stringendo::kpp(plotname, suffix, "boxplot", Stringendo::flag.nameiftrue(logY), ext) # , Stringendo::flag.nameiftrue(logX)
fname = Stringendo::kpp(plotname, suffix, "violinplot", Stringendo::flag.nameiftrue(logY), ext) # , Stringendo::flag.nameiftrue(logX)
if (save) qqSave(ggobj = p, title = plotname, fname = fname, ext = ext, w = w, h = h, also.pdf = also.pdf)
if (mdlink & save) qMarkdownImageLink(fname)
if (plot) p
Expand Down

0 comments on commit 3915e40

Please sign in to comment.