Learn R Programming

cowbell (version 0.1.0)

print.cowbellConcept: Summarizes the cowbell concept with the formula and value ranges.

Description

Implementation of the print generic.

Usage

# S3 method for cowbellConcept
print(x, ...)

Arguments

x
Object generated with function generateCowbellConcept
...
Unused for compatibility only.

See Also

generateCowbellConcept

Examples

Run this code
# Generate a concept and display it.
concept<-generateCowbellConcept(Fun ~ Fluency * Absorption, 1, 9, 1, 7, 1, 7)
concept

Run the code above in your browser using DataLab