| as.clusterizLongData {kml} | R Documentation |
as.cld.ArtificialLongData turn a object of class ArtificialLongData into an object of class ClusterizLongData.
as.cld(data,...) as.cld.artificialLongData(data,...)
data |
[ArtificialLongData]: contains an object of class ArtificialLongData. |
... |
For compatibility only |
Object of class ArtificialLongData
contain all the necessary fields for the creation of
ClusterizLongData object.
Conversion from the former to the latter is therefore automatic.
An object of class ClusterizLongData.
Christophe Genolini
PSIGIAM: Paris Sud Innovation Group in Adolescent Mental Health
INSERM U669 / Maison de Solenn / Paris
Responsable : <genolini@u-paris10.fr>
Raphaël Ricaud
Laboratoire "Sport & Culture" / "Sports & Culture" Laboratory
University of Paris 10 / Nanterre
as.cld, as.cld.matrix,
as.cld.data.frame, generateArtificialLongData, kml-package
### Simple use ga1 <- generateArtificialLongData() as.cld(ga1) ### See example(generateArtificialLongData) for more examples