Learn R Programming

hyper2 (version 3.0-0)

length.hyper2: Length method for hyper2 objects

Description

Length method for hyper2 objects, being the number of different brackets in the expression

Usage

# S3 method for hyper2
length(x)

Arguments

x

hyper2 object

Author

Robin K. S. Hankin

Examples

Run this code

data("oneill")
length(icons)
seq_along(icons)

Run the code above in your browser using DataLab