make.lidar: Make LIDAR signal

View source: R/functionINIT.R

make.lidarR Documentation

Make LIDAR signal

Description

Generate artificial LIDAR signal.

Usage

make.lidar(n)

Arguments

n

sample size

Value

a vector of size $n$

Author(s)

Marc Raimondo

References

Raimondo, M. and Stewart, M. (2007), "The WaveD Transform in R", Journal of Statistical Software.

See Also

waved.example

Examples

plot(seq(0,1,le=1000),make.lidar(1000),type='l')

waved documentation built on May 29, 2024, 5:29 a.m.

Related to make.lidar in waved...