length.Bag: Gets the length of the object as its list version

Description Usage Value Author(s) See Also Examples

Description

Gets the length of the object as its list version.

Usage

1
2
## S3 method for class 'Bag'
length(x, ...)

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

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

galgo documentation built on May 2, 2019, 4:20 a.m.