R/nothing.R

Defines functions nothing

## file:nothing.R
## (c) 2010- University of Oulu, Finland
## Written by Ilkka Virtanen <ilkka.i.virtanen@oulu.fi>
## Licensed under FreeBSD license.
##

##
## Return the input argument as is
##

nothing <- function(x)(x)
ilkkavir/LPI.gdf documentation built on April 12, 2025, 12:58 p.m.