Usage
"plot"(x, type = c("curve", "residuals", "chronologic", "qqplot", "cook", "optimization"), trend = TRUE, confidence = TRUE, prediction = TRUE,  lines = c(1, 2, 3, 4), colors = c(1, 1, 1, 1, 1), xlab = NULL, ylab = NULL, ...)
"plot"(x, type = c("curve", "residuals", "chronologic", "qqplot"), trend = TRUE, lines = c(1, 2, 3, 4), colors = c(1, 1, 1, 1, 1), xlab = NULL,  ylab = NULL, ...)
Arguments
x
 An object of 'lmcal' or 'nlscal' class, respectively 
type
 Type of plots: curve - calibration plots, residuals 
	- residuals vs. x values (common residual plot), chronologic
	- residuals in chronologic order (for autocorrelation detection),
	qqplot - quantile-quantile plots of residuals,
	cook - cook's distances, optimization - plots of 
	weighting and Box-Cox optimization
	
trend
 Logical: should be the trend of residuals marked (obtained by 'loess') 
confidence
 Logical: if the confidence interval should be plotted 
prediction
 Logical: if the prediction interval should be plotted 
lines
 Line types of the plot 
colors
 Colors of the plot 
...
 Additional arguments, currently ignored