Learn R Programming

QCAtools (version 0.2.1)

plot.qca: 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

"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

Run this code
require(QCAGUI)
data(d.urban)
solution <- eqmcc(d.urban, outcome="RT", conditions=c("MLC", "FRB", "CP", "WSR"))
plot(solution)

Run the code above in your browser using DataLab