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

Description Usage Arguments Value Examples

View source: R/plot_functions.R

Description

Plot function: Variance structure before and after variance transformation

Usage

1
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

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
data("data.HL")
data("data.SW1")
#variance transfrom
dwt.SW1<- dwt.vt(data.SW1, wf, J, method, pad, boundary)

#plot
fig1 <- fig.dwt.vt(dwt.SW1)
fig1

#variance transfrom
dwt.HL<- dwt.vt(data.HL, wf, J, method, pad, boundary)

#plot
fig2 <- fig.vt(dwt.HL)
fig2

zejiang-unsw/WASP_1.0.0 documentation built on May 6, 2020, 7:49 p.m.