powered by
Summary method for objects of class netconnection to print list of studies in subnetworks.
netconnection
# S3 method for netconnection summary(object, ...)# S3 method for summary.netconnection print(x, ...)
# S3 method for summary.netconnection print(x, ...)
An object of class netconnection.
Additional arguments (passed on to print.netconnection.
print.netconnection
An object of class summary.netconnection.
summary.netconnection
Guido Schwarzer guido.schwarzer@uniklinik-freiburg.de
# 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)
Run the code above in your browser using DataLab