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

Description Usage Arguments Value Examples

View source: R/xyplot.R

Description

Plot fuzzy set score of two sets against each other

Usage

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

1
2
3
require(QCA)
data(d.urban)
xyplot("MLC", "WSR", d.urban)

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