View source: R/summary.netconnection.R
summary.netconnection | R Documentation |
Summary method for objects of class netconnection
to print
list of studies in subnetworks.
## S3 method for class 'netconnection'
summary(object, ...)
## S3 method for class 'summary.netconnection'
print(x, ...)
object |
An object of class |
... |
Additional arguments (passed on to
|
x |
An object of class |
Guido Schwarzer guido.schwarzer@uniklinik-freiburg.de
netconnection
# Artificial example with two subnetworks
#
t1 <- c("G", "B", "B", "D", "A", "F")
t2 <- c("B", "C", "E", "E", "H", "A")
#
nc2 <- netconnection(t1, t2)
print(nc2, details = TRUE)
summary(nc2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.