View source: R/plot_functions.R
fig.dwt.vt | R Documentation |
Plot function: Variance structure before and after variance transformation
fig.dwt.vt(dwt.data)
dwt.data |
Output data from variance transformation function |
A plot with variance structure before and after variance transformation.
data("data.HL")
data("data.SW1")
# variance transfrom
dwt.SW1 <- dwt.vt(data.SW1[[1]],
wf = "d4", J = 7, method = "dwt",
pad = "zero", boundary = "periodic", cov.opt = "auto"
)
# plot
fig1 <- fig.dwt.vt(dwt.SW1)
fig1
# variance transfrom
dwt.HL <- dwt.vt(data.HL[[1]],
wf = "d4", J = 7, method = "dwt",
pad = "zero", boundary = "periodic", cov.opt = "auto"
)
# plot
fig2 <- fig.dwt.vt(dwt.HL)
fig2
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.