length.Bag {galgo} | R Documentation |
Gets the length of the object as its list version.
## S3 method for class 'Bag': length(bag, ...)
Returns length of the object.
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) length(b)