powered by
Reports whether x is a 'networkdata' object
is.assistnet(x)
Returns TRUE if its argument is of class networkdata and FALSE otherwise.
networkdata
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.
assistnet
PbP <- PbPmanipulation(PbP.BDB) PbP.GSW <- subset(PbP, team=="GSW" & player!="") out <- assistnet(PbP.GSW) is.assistnet(out)
Run the code above in your browser using DataLab