powered by
Plot a selected time series using quantile as the background.
i.plot(x, idx = 1, prob = c(0.25, 0.5, 0.75), xtime = NULL)
T by k data matrix: T data points in rows with each row being data at a given time point, and k time series in columns.
Selected time series.
Probability, the quantile series of which is to be computed. Default values are 0.25, 0.5, 0.75.
A vector with the values for the x labels. Default values are 1, 2, 3, ...
standardized - Matrix containing the standardized time series.
# NOT RUN { data(TaiwanAirBox032017) output <- i.plot(TaiwanAirBox032017[,1:3]) # }
Run the code above in your browser using DataLab