df2PD: Conversion from 'data.frame' to a 'PD' object.

Description Usage Arguments Value Author(s) See Also

Description

Conversion from data.frame to a PD object.

Usage

1
2
3
4
5
6
7
8
df2PD(x,
 select = c("RefMax", 
 "W1", "W2", "W3", "W4",
 "range", "N",
 "energy", "nZC",
 "freq1", "damp1"),
 angle = "angulo", refl = "separacionOriginal",
 description = "")

Arguments

x

A data.frame.

select

character, columns of the data.frame to be selected.

angle

character, name of the column where the information of angle is stored.

refl

character, name of the column where the separation of a signal from its original. It the value in this column is 0, the signal is regarded as the original one.

description

character

Value

A PD object.

Author(s)

Oscar Perpiñán Lamigueiro

See Also

analysis


pdCluster documentation built on May 2, 2019, 5:25 p.m.

Related to df2PD in pdCluster...