powered by
Reports whether x is a 'MDSmap' object
is.MDSmap(x)
Returns TRUE if its argument is of class MDSmap and FALSE otherwise.
MDSmap
an object to test.
Marco Sandri, Paola Zuccolotto, Marica Manisera (basketballanalyzer.help@unibs.it)
P. Zuccolotto and M. Manisera (2020) Basketball Data Science: With Applications in R. CRC Press.
data <- subset(Pbox, MIN >= 1500) data <- data.frame(data$PTS, data$P3M, data$P2M, data$OREB + data$DREB, data$AST, data$TOV,data$STL, data$BLK) mds <- MDSmap(data) is.MDSmap(mds)
Run the code above in your browser using DataLab