plot.BLRPM {BLRPM} | R Documentation |
Plotting of an object of class
BLRPM
Description
plot.BLRPM
plots an object of class
BLRPM returned by the function BLRPM.sim
with an option to plot
either only the storms and cells or to additionally plot the stepfunction and the precipitation time series
in a multiframe plot.
Usage
## S3 method for class 'BLRPM'
plot(x, ..., OSC = FALSE, start.time = NULL,
end.time = NULL, legend = TRUE, c.axis = 1.5, c.lab = 1.5,
c.legend = 1.5)
Arguments
x |
|
... |
Arguments to be passed to methods, such as graphical parameters (see |
OSC |
|
start.time |
|
end.time |
|
legend |
|
c.axis |
|
c.lab |
|
c.legend |
|
Author(s)
Christoph Ritschel christoph.ritschel@met.fu-berlin.de
See Also
Examples
lambda <- 4/240
gamma <- 1/10
beta <- 0.3
eta <- 2
mux <- 4
t.sim <- 240
t.acc <- t.sim
interval <- 1
offset <- 0
simulation <- BLRPM.sim(lambda,gamma,beta,eta,mux,t.sim,t.acc=t.sim,interval,offset)
plot(simulation,OSC=FALSE)
plot(simulation,OSC=TRUE,start.time=1,end.time=24)