fig.dwt.vt {WASP}R 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

[Package WASP version 1.4.3 Index]