Generic plot function
1 2 3 4 5 6 7 8 9 | gplot(data, x = NULL, y = NULL, type = "point", xlim = NULL,
ylim = NULL, main = NULL, xlab = NULL, ylab = NULL,
size = integer(0), colour = list(), colour.var = character(0),
wrap = FALSE, wrap.formula = character(0), pos = character(0),
wrap.ncol = integer(0), compact.facet = TRUE,
strip.position = "right", scales = "free_y", hide.legend = TRUE,
hide.xaxis = TRUE, grid = FALSE, text.size = integer(0),
text.x.angle = integer(0), text.x.hjust = integer(0), which = NULL,
per.site = FALSE, zscore = FALSE, ...)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.