Description Usage Arguments Value Author(s) References See Also Examples
Reports whether x is a 'networkdata' object
1 | is.assistnet(x)
|
x |
an object to test. |
Returns TRUE if its argument is of class networkdata
and FALSE otherwise.
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.
1 2 3 4 | PbP <- PbPmanipulation(PbP.BDB)
PbP.GSW <- subset(PbP, team=="GSW" & player!="")
out <- assistnet(PbP.GSW)
is.assistnet(out)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.