fuzzyfy | R Documentation |
This function creates a fuzzy number of class fzn
from a crisp
numeric value, using as membership function the characteristic function of the number.
Moreover, it can build an object of class fzarray
from a numeric array.
fuzzyfy(x)
x |
A numeric value (or array or matrix), or a fuzzy number of class
|
A fzn
object corresponding to the crisp number x.
x <- fuzzyfy(3)
plotfzn(x)
xarray <- fuzzyfy(c(3, 4))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.