table: Tabulating interval objects

Description Usage Arguments Value

Description

Function to tabulate interval objects

Usage

1
2
3
4
5
6
7
table(x, ...)

## S3 method for class 'interval'
table(x, sort = "lowerbound_increasing", ...)

## Default S3 method:
table(x, ...)

Arguments

x

In its most save way, x is an object from class interval.

...

Other parameters passed to table.

sort

A character specifying how the values should be sorted if only one variable is to be plotted. sort = "lowerbound_increasing" (the default) sorts the data primarily by their lower bound, and secondarily (this means for equal lower bounds) by their upper bounds. Both in increasing order. For sort = "lowerbound_decreasing" both happens in decreasing order. sort = "mostprecise_increasing" sorts the data by their length of the interval they represent, and within equal lengths by the lower bound. Both in increasing order. sort = "mostprecise_decreasing" both happens in decreasing order.

Value

A table.


hmi documentation built on Oct. 23, 2020, 7:31 p.m.