Skip to content
Prev 362932 / 398498 Next

Fuzzy variable universe

As Jeff suggested, I read the help for you.

Based on the examples, you need:


     ## set universe
     sets_options("universe", seq(from = 0, to = 10, by = 0.1))
     teste2 = fuzzy_variable( a = fuzzy_trapezoid( corners = c( 0, 1, 2, 3 ) ) )

comparing
plot(teste) # complete with Warning
and
plot(teste2)
makes me think this did what you wanted. At least, it did something.

Sarah

On Thu, Jul 28, 2016 at 2:11 PM, Arthur Rodrigues Stilben
<arthur.stilben at gmail.com> wrote: