Learn R Programming

gestate (version 1.3.2)

getPDFfunction,Curve-method: Method for returning the PDF function for a Curve object

Description

This retrieves the PDF function of the Curve object as a string

Usage

# S4 method for Curve
getPDFfunction(theObject, x = "x")

Arguments

theObject

The name of the Curve Object

x

The parameter name to use in the PDF function. Default=x

Examples

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

Run the code above in your browser using DataLab