data(zfishbeh)
d <- create_dataset(zfishbeh)
# default
out <- run_rcurvep(d)
# change TRSH
out <- run_rcurvep(d, TRSH = 30)
# mask response at highest and second highest concentration
out <- run_rcurvep(d, mask = c(1, 2))
Run the code above in your browser using DataLab