print.cowbellConcept {cowbell} | R Documentation |
Summarizes the cowbell concept with the formula and value ranges.
Description
Implementation of the print
generic.
Usage
## S3 method for class 'cowbellConcept'
print(x, ...)
Arguments
x |
Object generated with function |
... |
Unused for compatibility only. |
See Also
Examples
# Generate a concept and display it.
concept<-generateCowbellConcept(Fun ~ Fluency * Absorption, 1, 9, 1, 7, 1, 7)
concept
[Package cowbell version 0.1.0 Index]