View source: R/summary.bibliometrix_netstat.R
summary.bibliometrix_netstat | R Documentation |
summary
method for class 'bibliometrix_netstat
'
## S3 method for class 'bibliometrix_netstat'
summary(object, ...)
object |
is the object for which a summary is desired. |
... |
can accept two arguments: |
The function summary
computes and returns on display several statistics both at network and vertex level.
# to run the example, please remove # from the beginning of the following lines
#data(scientometrics, package = "bibliometrixData")
#NetMatrix <- biblioNetwork(scientometrics, analysis = "collaboration",
# network = "authors", sep = ";")
#netstat <- networkStat(NetMatrix, stat = "all", type = "degree")
#summary(netstat)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.