This function creates an image plot of quantile spectrum.
qfa.plot(
freq,
tau,
rqper,
rg.qper = range(rqper),
rg.tau = range(tau),
rg.freq = c(0, 0.5),
color = colorRamps::matlab.like2(1024),
ylab = "QUANTILE LEVEL",
xlab = "FREQUENCY",
tlab = NULL,
set.par = TRUE,
legend.plot = TRUE
)no return value
sequence of frequencies in (0,0.5) at which quantile spectrum is evaluated
sequence of quantile levels in (0,1) at which quantile spectrum is evaluated
real-valued matrix of quantile spectrum evaluated on the freq x tau grid
zlim for qper (default = range(qper))
ylim for tau (default = range(tau))
xlim for freq (default = c(0,0.5))
colors (default = colorRamps::matlab.like2(1024))
label of y-axis (default = "QUANTILE LEVEL")
label of x-axis (default = "FREQUENCY")
title of plot (default = NULL)
if TRUE, par() is set internally (single image)
if TRUE, legend plot is added