Learn R Programming

spec (version 0.1.9)

as.spec.data.frame: Coerce to Spec from Data Frame

Description

Coerces to spec from data.frame already having basic properties.

Usage

# S3 method for data.frame
as.spec(x, ...)

Value

spec

Arguments

x

data.frame

...

passed arguments

See Also

Other as.spec: as.spec.character(), as.spec(), read.spec(), write.spec()

Examples

Run this code
data(drug)
as.spec(specification(drug, tol = 3))

Run the code above in your browser using DataLab