length.Bag {galgo}R Documentation

Gets the length of the object as its list version

Description

Gets the length of the object as its list version.

Usage

## S3 method for class 'Bag':
length(bag, ...)

Value

Returns length of the object.

Author(s)

Victor Trevino. Francesco Falciani Group. University of Birmingham, U.K. http://www.bip.bham.ac.uk/bioinf

See Also

For more information see Bag.

Examples

  b <- Bag(a=1,b=2,c=3)
  length(b)

[Package galgo version 1.0-10 Index]