combHeights: Combination Heights

Description Usage Arguments Value Examples

Description

Determines the number of occurrences in each member ... along x.

Usage

1

Arguments

x

A sequence of possible values represented as indicies

...

The vectors of values to be mapped

Value

List with length of x range

Examples

1
2
3
4
5
x<-seq(20)
y<-runif(200,1,20)
par(mfrow=c(1,2))
plot(y)
plot(x,combHeights(x,y)[[1]])

alexjgriffith/mT1 documentation built on May 10, 2019, 8:53 a.m.