vertesy / ggExpress

ggExpress is the fastest way to create, annotate and and save plots in R.
https://vertesy.github.io/ggExpress
GNU General Public License v3.0
4 stars 2 forks source link

ggExpress functions should allow manual naming #12

Closed vertesy closed 2 years ago

vertesy commented 2 years ago
function(vec, ext = "pdf", plot = TRUE, save = TRUE, mdlink = TRUE
                     , hline = F, filtercol = 1
                     , xlab.angle = 90, xlab = F
                     , w = 5, h = w, ...) {
  plotname <- as.character(substitute(vec))
...