powered by
plot method for class 'rate_gls'.
plot
'rate_gls'
# S3 method for rate_gls plot( x, scale = "SD", print_param = TRUE, digits_param = 2, digits_rsquared = 1, main = "GLS regression", xlab = "x", ylab = "Response", col = "grey", cex.legend = 1, ... )
An object of class 'rate_gls'.
The scale of the y-axis, either the variance scale ('VAR'), that is y^2, or the standard deviation scale ('SD'), that is abs(y).
logical: if parameter estimates should be printed in the plot or not.
The number of significant digits displayed for the parameters in the plots.
The number of decimal places displayed for the r-squared.
as in plot.
A character expansion factor relative to current par("cex") for the printed parameters.
Additional arguments passed to plot.
plot returns a plot of the gls rate regression
Plots the gls rate regression fitted by the rate_gls function. The regression line gives the expected variance or standard deviation (depending on scale). The regression is linear on the variance scale.
rate_gls
# NOT RUN { # See the vignette 'Analyzing rates of evolution'. # }
Run the code above in your browser using DataLab