plot.matrixfit: Plot a matrixfit

plot.matrixfitR Documentation

Plot a matrixfit

Description

Plot a matrixfit

Usage

## 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, ...)

Arguments

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 every are skipped. If no value is provided, all points are taken into account.

...

Graphical parameters to be passed on to plot or plotwitherror.

Value

Returns no value, generated only plots.

See Also

matrixfit


hadron documentation built on Sept. 9, 2022, 5:06 p.m.