Learn R Programming

QCAtools (version 0.2.1)

xyplot: Plot fuzzy set score of two sets against each other

Description

Plot fuzzy set score of two sets against each other

Usage

xyplot(x, y, data, labels = FALSE, main.diagonal = TRUE, anti.diagonal = FALSE)

Arguments

x
Formula that describes the fuzzy set to plot along the x axis
y
Formula that describes the fuzzy set to plot along the y axis
data
Data set of basic fuzzy set scores
labels
flag whether to label individual points with the case names
main.diagonal
flag whether to plot the main diagonal
anti.diagonal
flag whether to plot the anti diagonal

Value

the ggplot plot object

Examples

Run this code
require(QCAGUI)
data(d.urban)
xyplot("MLC", "WSR", d.urban)

Run the code above in your browser using DataLab