plot.cowbell: Plots the obtained cowbell function.

Description Usage Arguments Examples

Description

Generates a three dimension plot of cowbell function. Additionally the data points of the original data set are added in the visualization. The function with and without breaking point can be visualized. Implementation of the plot generic.

Usage

1
2
## S3 method for class 'cowbell'
plot(x, breakPointUsed = TRUE, ...)

Arguments

x

The data obtained by function generateCowbell.

breakPointUsed

Defaults to TRUE and indicates if we want to use the version with breakpoint (or not).

...

Just for compatibility purposes.

Examples

1
2
3
4
5
# Run a simplified anaylsis with 10 iterations only (to save time.)
concept<-generateCowbellConcept(Fun ~ Fluency * Absorption, 1, 9, 1, 7, 1, 7)
data(allFun)
test<-generateCowbell(concept, allFun, 10)
plot(test)

Carbonfreezer/cowbell documentation built on May 8, 2019, 7:50 p.m.