length.hyper2 {hyper2}R Documentation

Length method for hyper2 objects

Description

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

Usage

## S3 method for class 'hyper2'
length(x)

Arguments

x

hyper2 object

Author(s)

Robin K. S. Hankin

Examples


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

[Package hyper2 version 3.0-0 Index]