fig.dwt.vt: Plot function: Variance structure before and after variance...

View source: R/plot_functions.R

fig.dwt.vtR Documentation

Plot function: Variance structure before and after variance transformation

Description

Plot function: Variance structure before and after variance transformation

Usage

fig.dwt.vt(dwt.data)

Arguments

dwt.data

Output data from variance transformation function

Value

A plot with variance structure before and after variance transformation.

Examples

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

zejiang-unsw/WASP documentation built on Dec. 23, 2024, 11:46 p.m.