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",
 key, 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.

key

Numeric, an index to identify each signal. If missing, the row number is used instead.

description

character

Value

A PD object.

Author(s)

Oscar Perpiñán Lamigueiro

See Also

analysis


oscarperpinan/pdcluster documentation built on May 24, 2019, 4:52 p.m.