inst/staticdocs/index.r

sd_section(
  "Datasets",
  "Sample gaze data from various tasks and hardware.",
  c(
    "lc120",
    "smi",
    "highspeed"
  )
)
sd_section(
  "Entry points",
  "These are the main function people will be using.",
  c(
    "gazetools-class"
  )
)

sd_section(
  "Low-level utility functions",
  "Helper function most people wont need to use directly.",
  c(
    "uidvec",
    "ruidvec",
    "sigthresh",
    "distance_2_point",
    "subtended_angle",
    "pva",
    "classify"
  )
)
RyanHope/gazetools documentation built on May 9, 2019, 10:38 a.m.