
Last chance! 50% off unlimited learning
Sale ends in
This function plots the points in the marginal processes
PlotMargP(listpos, T, date=NULL,axispoints=NULL, tcex=1.2, ...)
A list of vectors. Each element of the list is the vector of the occurrences in a marginal process.
Numeric value. The length of the observed period of the processes.
Optional. A vector indicating the date of each observation to be used in the axis of the plot.
Optional. Numeric vector with the points in the time index in which axis ticks and labels (from date
)
will be drawn.
Optional. cex argument, see par
, for the text labels in the plot.
Further arguments to be passed to the function plot
.
A plot.
The points in the d marginal processes
If one of the arguments date
and axispoints
is NULL, default axis are used.
Otherwise, the values in axispoints
are used as the points in the time index in which axis ticks
and labels, from date
, are drawn.
# NOT RUN {
set.seed(123)
N1<-runif(50,0,5000)
set.seed(124)
N2<-runif(42,0,5000)
PlotMargP(list(N1=N1, N2=N2),T=5000)
# }
Run the code above in your browser using DataLab