powered by
Plot transfR object.
# S3 method for transfR plot( x, y, i, attribute, main = sprintf("Catchment %i", i), xlab, ylab, format, at, nticks = 5, type = "l", lwd = 2, las = 1, cex.names = 1, col = c("#045a8d", "#fb8072", "#bebada", "#ffffb3", "#8dd3c7"), keeplocal = TRUE, ... )
transfR object
ignored
spatial index to plot
attribute of the transfR object to plot
a main title for the plot, see also title
a label for the x axis, defaults to a description of x
a label for the y axis, defaults to a description of y
format for labels of time series on x axis
a date-time or date object for ticks on x axis
number of ticks on x axis
1-character string giving the type of plot desired (for details, see plot)
the line width (for details, see par)
the style of axis labels (for details, see par)
expansion factor for axis names (for details, see barplot)
a specification for the default plotting color (for details, see par)
boolean to preserve local graphical parameters
further specifications, see plot
data(Oudon) object <- as_transfr(st = Oudon$obs, hl = Oudon$hl) plot(object, attribute = "Qobs")
Run the code above in your browser using DataLab