README.md

pupilPlot

Plots pupil data with shiny server.

How to install:

install.packages("devtools")
library(devtools)
install_github("thohag/pupilPlot")

Or if this fails try:

install.packages("shiny")
install.packages("data.table")
install.packages("devtools")
library(devtools)
install_github("thohag/pupilPlot", dependencies=FALSE)

How to use:

library(pupilPlot)
?pupilPlot


thohag/pupilPlot documentation built on May 31, 2019, 10:45 a.m.