plot.qca {QCAtools}R Documentation

Plot the fuzzy set scores of the solution and the outcome against each other

Description

Plot the fuzzy set scores of the solution and the outcome against each other

Usage

## S3 method for class 'qca'
plot(x, ...)

Arguments

x

an object of class qca as returned by eqmcc of the package QCA

...

further arguments passed on to xyplot

Value

the ggplot plot object

Examples

## Not run: 
require(QCA)
data(d.urban)
solution <- eqmcc(d.urban, outcome="RT", conditions=c("MLC", "FRB", "CP", "WSR"))
plot(solution)

## End(Not run)

[Package QCAtools version 0.2.3 Index]