Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

print.nlreg.contours

Use print() on a ‘nlreg.contours’ object


Description

Objects of class nlreg.contours have no proper print method. They are plotted instead. See plot.nlreg.contours for details.

Usage

## S3 method for class 'nlreg.contours'
print(x, alpha = c(0.1, 0.05), drawlabels = FALSE, lwd1 = 1, lwd2 = 1, 
     lty1 = "solid", lty2 = "solid", cl1 = "blue", cl2 = "red", col = "black", 
     pch1 = 1, pch2 = 16, cex = 0.5, ...)

Details

The function defaults to:

plot.nlreg.contours(x, alpha = c(0.1, 0.05), drawlabels = FALSE, lwd1 = 1, lwd2 = 1, 
                    lty1 = "solid", lty2 = "solid", cl1 = "blue", cl2 = "red", 
                    col = "black", pch1 = 1, pch2 = 16, cex = 0.5, \dots)

See Also


nlreg

Higher Order Inference for Nonlinear Heteroscedastic Models

v1.2-2.2
GPL (>= 2) | file LICENCE
Authors
S original by Alessandra R. Brazzale <alessandra.brazzale@unipd.it> and Ruggero Bellio <ruggero.bellio@uniud.it>. R port by Alessandra R. Brazzale <alessandra.brazzale@unipd.it>, following earlier work by Douglas Bates.
Initial release
2019-01-30

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.