Description Usage Arguments Details Value Examples
parKmlShape
is a constructor for the object ParKml
.
1 2 | parKmlShape(aggregationMethod="all", shuffle=TRUE, sampleSize=128,
methodHclust="average", maxIter=100)
|
aggregationMethod |
[ |
shuffle |
[ |
sampleSize |
[ |
methodHclust |
[ |
maxIter |
[ |
parKmlShape
is the constructor of object ParKml
.
An object ParKmlShape
.
1 2 | parKmlShape()
parKmlShape(aggregationMethod="hierarchical",methodHclust="single")
|
Loading required package: class
Loading required package: longitudinalData
Loading required package: clv
Loading required package: cluster
Loading required package: rgl
Loading required package: misc3d
Loading required package: kml
Loading required package: lattice
Attaching package: ‘kmlShape’
The following object is masked from ‘package:longitudinalData’:
distFrechet
Warning messages:
1: In rgl.init(initValue, onlyNULL) : RGL: unable to open X11 display
2: 'rgl.init' failed, running with 'rgl.useNULL = TRUE'.
3: no DISPLAY variable so Tk is not available
~~~ Class: ParKmlShape ~~~
~ aggregationMethod : all
~ shuffle : TRUE
~ sampleSize : 128
~ methodHclust : average
~ maxIter : 100
~~~ Class: ParKmlShape ~~~
~ aggregationMethod : hierarchical
~ shuffle : TRUE
~ sampleSize : 128
~ methodHclust : single
~ maxIter : 100
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.