Learn R Programming

kzfs (version 1.0.1.5)

kzpdr.demo: The Demo Dataset For Examples of kzpdr

Description

A dataset containing the spectral spike records of directional periodograms output by function kzpdr. It is only used for saving running-time of the examples. The following code is used to generate this dataset:

  • kzpdr.demo <- kzpdr(a, c(0, pi/4, pi/3, -pi/3, pi/18), plot=TRUE)

where a is the spatial data array for a wave field.

Usage

kzpdr.demo

Arguments

Format

A list for a data frame and its MD5sum value. The data frame rec has 18 rows and a few variables:

direction

angle of sampling, in degree

freq

frequency values of spikes

spg

smoothed power periodogram values of spikes

...

...