plot.qca: Plot the fuzzy set scores of the solution and the outcome...

Description Usage Arguments Value Examples

View source: R/xyplot.R

Description

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

Usage

1
2
## 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

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

## End(Not run)

Example output

Loading required package: QCA

To cite this package in publications, please use:
  Dusa, Adrian (2007) User manual for the QCA(GUI) package in R.
  Journal of Business Research 60(5), 576-586.

To run the graphical user interface, use: runGUI()

NOTE: Found multiple function names and object type conflicts with package QCApro.
      To avoid confusion, please uninstall it before using this software, with:
      uninstall("QCApro")

QCAtools documentation built on May 2, 2019, 5:16 a.m.