Learn R Programming

ecd (version 0.9.2.4)

ecd.toString: String representation of ecd

Description

A string representation of an ecd object. Can be used for warning or error.

Usage

ecd.toString(object, full = FALSE)

Arguments

object

An object of ecd class

full

logical, indicating if long form (multiple lines) should be rendered.

Value

character

Examples

Run this code
# NOT RUN {
ecd.toString(ecd(-1,1, sigma=0.1))

# }

Run the code above in your browser using DataLab