Learn R Programming

hyper2 (version 2.0-1)

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

Examples

Run this code
# NOT RUN {
data("oneill")
length(icons)
seq_along(icons)
# }

Run the code above in your browser using DataLab