env<-fm.Init(3)
step <- 100
Fn <- NULL
Option<- 3
fuzzymeasures <- fm.generate_fm_randomwalk(1, 3, 2, 1000, Option, step, Fn, env)
len <- fuzzymeasures$length
check <- fm.check_monotonicity_mob(fuzzymeasures$V, len, env)
check
Run the code above in your browser using DataLab