powered by
Reports whether x is a 'networkdata' object
is.assistnet(x)
an object to test.
Returns TRUE if its argument is of class networkdata and FALSE otherwise.
networkdata
P. Zuccolotto and M. Manisera (2020) Basketball Data Science: With Applications in R. CRC Press.
assistnet
# NOT RUN { 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