print.Bag {galgo} | R Documentation |
Prints the representation of the Bag object.
## S3 method for class 'Bag': print(bag, ...)
Returns nothing.
Victor Trevino. Francesco Falciani Group. University of Birmingham, U.K. http://www.bip.bham.ac.uk/bioinf
For more information see Bag
.
b <- Bag(a=1,b=2,c=3) b summary(b) as.list(b) unObject(b)