specification {spec}R Documentation

Make a Specification

Description

Makes a specification.

Usage

specification(x, ...)

Arguments

x

object

...

passed arguments

See Also

Other specification: specification.comment(), specification.data.frame(), specification.default()

Examples

data(drug)
specification(drug, tol = 3)

[Package spec version 0.1.9 Index]