customSmearPlot | R Documentation |
Custom smear plot
customSmearPlot(
tbl,
main,
xlab,
ylab,
pch = 19,
cex = 0.2,
smearWidth = 0.5,
panel.first = grid(),
smooth.scatter = FALSE,
lowess = FALSE,
...
)
tbl |
A |
main |
Character string, title of the plot |
xlab |
Character string, xlab |
ylab |
Character string, ylab |
pch |
Point symbol |
cex |
Font size |
smearWidth |
Smear with |
panel.first |
Passed to |
smooth.scatter |
Passed to |
lowess |
Passed to |
... |
Passed to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.