Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

is.fuzzy

Check if a TidySet is fuzzy.


Description

Check if there are fuzzy sets. A fuzzy set is a set where the relationship between elements is given by a probability (or uncertainty).

Usage

is.fuzzy(object)

## S4 method for signature 'TidySet'
is.fuzzy(object)

Arguments

object

Object to be coerced or tested.

Value

A logical value.

Methods (by class)

  • TidySet: Check if it is fuzzy

See Also

Examples

TS <- tidySet(list(A = letters[1:5], B = letters[2:10]))
is.fuzzy(TS)

BaseSet

Working with Sets the Tidy Way

v0.0.16
MIT + file LICENSE
Authors
Lluís Revilla Sancho [aut, cre] (<https://orcid.org/0000-0001-9747-2570>), Zebulun Arendsee [rev], Jennifer Chang [rev]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.