View source: R/general.purpuse.utilities.R
plotLine | R Documentation |
Wrapper for pllot function
plotLine(
x,
y = NULL,
cor.method = "pearson",
line.col = "red",
line.lwd = 1,
plot.ci = FALSE,
ci.transparency = 0.3,
line.on.top = TRUE,
new = TRUE,
...
)
x , y |
coordinates |
cor.method |
pearson (default) or spearman |
line.col |
colour of line |
line.lwd |
line width |
plot.ci |
logical, should CI be plotted |
ci.transparency |
alpha of CI area |
line.on.top |
logical, should line be on the top of points |
new |
logical, create new plot (default) or add to existing |
... |
other arguments for plot function |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.