plot.matrixfit | R Documentation |
Plot a matrixfit
## S3 method for class 'matrixfit' plot(x, plot.errorband = FALSE, ylim, xlab = "t/a", ylab = "y", do.qqplot = TRUE, plot.raw = TRUE, rep = FALSE, col, every, ...)
x |
an object of class matrixfit |
plot.errorband |
Boolean: whether or not to plot an errorband |
ylim |
Numeric vector: y-limit of the plot |
xlab |
String: label of x-axis |
ylab |
String: label of y-axis |
do.qqplot |
Boolean: whether or not to plot an QQ-plot |
plot.raw |
Boolean: plot the raw data or multiply out the leading exponetial behaviour |
rep |
Boolean: whether or not to add to existing plot |
col |
String vector: vector of colours for the different correlation functions |
every |
Fit only a part of the data points. Indices that are not multiples of |
... |
Graphical parameters to be passed on to plot or plotwitherror. |
Returns no value, generated only plots.
matrixfit
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.