Learn R Programming

QCA3 (version 0.0-8)

fsnot: The not opertor for a fuzzy set score.

Description

The not opertor for a fuzzy set score.

Usage

fsnot(x)
fsand(...)
fsor(...)

Arguments

x
a variable presenting fuzzy set score
...
fuzyy set score variables

Value

a numeric vector of the new fuzzy set score.

Details

The not operator is define as 1 - x.

Examples

Run this code
x = c(0.1,0.5,0.6,0.8)
fsnot(x)

## can be used with fsplot
fsplot(cod~fsnot(econdev),data=CoD)

Run the code above in your browser using DataLab