xyplot {QCAtools} | R Documentation |
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
require(QCA)
data(d.urban)
xyplot("MLC", "WSR", d.urban)
[Package QCAtools version 0.2.3 Index]