Description Usage Arguments Value Author(s) References See Also Examples
View source: R/is.kclustering.R
Reports whether x is a 'kclustering' object
1 |
x |
an object to test. |
Returns TRUE if its argument is of class kclustering
and FALSE otherwise.
Marco Sandri, Paola Zuccolotto, Marica Manisera (basketball.analyzer.help@gmail.com)
P. Zuccolotto and M. Manisera (2020) Basketball Data Science: With Applications in R. CRC Press.
1 2 3 4 5 6 7 8 | FF <- fourfactors(Tbox,Obox)
X <- with(FF, data.frame(OD.Rtg=ORtg/DRtg,
F1.r=F1.Def/F1.Off, F2.r=F2.Off/F2.Def,
F3.O=F3.Def, F3.D=F3.Off))
X$P3M <- Tbox$P3M
X$STL.r <- Tbox$STL/Obox$STL
kclu <- kclustering(X)
is.kclustering(kclu)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.