Learn R Programming

gestate (version 1.3.2)

createRFfunction,Curve-method: Method for running the RF function for a Curve object

Description

This retrieves and runs the full RF function of the Curve object as a string

Usage

# S4 method for Curve
createRFfunction(theObject, n = "n")

Arguments

theObject

The name of the Curve Object

n

The parameter name for the number of random draws to make. Default=n

Examples

Run this code
# NOT RUN {
createRFfunction(Weibull(100,1))
# }

Run the code above in your browser using DataLab