Learn R Programming

lgcp (version 1.3-8)

getup: getup function

Description

A function to get an object from a parent frame.

Usage

getup(n, lev = 1)

Arguments

n
a character string, the name of the object
lev
how many levels up the hierarchy to go (see the argument "envir" from the function "get"), default is 1.

Value

  • ...