R/hiplarSet.R

Defines functions hiplarShow

Documented in hiplarShow

setMethod("hiplarSet", signature(var = "character", val = "numeric"),
	function(var, val) .Call("hiplarSet", var, val, PACKAGE="HiPLARM")
)

hiplarShow <- function() .Call("hiplarShow", PACKAGE="HiPLARM")

Try the HiPLARM package in your browser

Any scripts or data that you put into this service are public.

HiPLARM documentation built on May 29, 2017, 10:42 p.m.