Learn R Programming

rLDCP (version 1.0.2)

triangle_mf: Define the triangle membership function

Description

It is a constructor of triangular shapes. They take as input the numerical values which define the anchor points in membership functions.

Usage

triangle_mf(a, b, c)

Arguments

a

the trapezoid point a.

b

the trapezoid point b.

c

the trapezoid point c.

Value

the (triangle_mf <- list(a,b,c))

Examples

Run this code
# NOT RUN {
triangle_mf(0, 1, 2)
# }

Run the code above in your browser using DataLab