tidyplots | R Documentation |
Tidy Plots
tidyplots(
data,
xvar,
yvar,
color,
plotType = "points",
pointType = "basic",
showMean = FALSE,
showSEM = FALSE,
showCI = FALSE,
colorScheme = "friendly",
plotTitle = "",
xLabel = "",
yLabel = ""
)
data |
The data as a data frame. |
xvar |
. |
yvar |
. |
color |
. |
plotType |
. |
pointType |
. |
showMean |
. |
showSEM |
. |
showCI |
. |
colorScheme |
. |
plotTitle |
. |
xLabel |
. |
yLabel |
. |
A results object containing:
results$instructions | a html | ||||
results$plot | an image | ||||
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.