findTriggers: Trigger Location and dataset values identification

Description Usage Arguments References Examples

Description

This function identifies all values on the dataset and highlights to the correspondent triggers

Usage

1
findTriggers(a, m, dyn, fbm, zone, type, main)

Arguments

a

vector of Ability values

m

vector of Motivation values

dyn

plots the dynamic threshold line

fbm

plots the theoretical fbm threshold line

zone

identifies all triggers zones

type

highlights the dataset values for each trigger type: "spark", "facilitator", "signal", "all"

main

plot title

References

Marcus Guimaraes <guimaraesmvf@gmail.com>

Examples

1
2
3
findTriggers(a.val, m.val, zone=T)
findTriggers(a.val, axis.Motivation(n=100, full.estimate=T), type="spark", dyn=T)
findTriggers(a.val, m.val, zone=T, type="all", dyn=T)

Guimaraesmvf/fbmR documentation built on May 6, 2019, 9:44 p.m.