Plot a matrixfit
# S3 method for matrixfit
plot(x, plot.errorband = FALSE, ylim, xlab = "t/a",
ylab = "y", do.qqplot = TRUE, plot.raw = TRUE, rep = FALSE, col,
every, ...)
an object of class matrixfit
Boolean: whether or not to plot an errorband
Numeric vector: y-limit of the plot
String: label of x-axis
String: label of y-axis
Boolean: whether or not to plot an QQ-plot
Boolean: plot the raw data or multiply out the leading exponetial behaviour
Boolean: whether or not to add to existing plot
String vector: vector of colours for the different correlation functions
Fit only a part of the data points. Indices that are not multiples of every
are skipped. If no value is provided, all points are taken into account.
Graphical parameters to be passed on to plot or plotwitherror.
Returns no value, generated only plots.