ggpltS: ggpltS

Description Usage

View source: R/ggplt.R

Description

a wrapper function based on ggplot for easy plot. used in shiny app.

Usage

1
2
3
4
5
6
7
ggpltS(data, x, y = "NULL", size = "NULL", fill = "NULL",
  color = "NULL", shape = "NULL", alpha = "NULL",
  facetVar = "NULL", geom = c("box", "hist", "bar", "line", "jitter",
  "point", "smooth")[1], labx = "x", laby = "y", title = "my Plot",
  theme = c("grey", "bw", "classic", "dark")[1], smoothMethod = c("lm",
  "glm", "loess", "gam")[1], barPos = c("stack", "dodge")[1], Bins = 2,
  Width = 0.5, ...)

sontron/madis documentation built on March 23, 2021, 10:17 p.m.