shinygraph: This function helps use shiny to drag and select data on a...

Description Usage Arguments Examples

View source: R/Finalfunctions.R

Description

This function helps use shiny to drag and select data on a graph

Usage

1
shinygraph(dframe, xvar, yvar, viewer = paneViewer())

Arguments

dframe

data file name

xvar

x variable name

yvar

y variable name

viewer

Examples

1
shinygraph(ephys1, "Treatment", "Voltage.threshold.mV")

yuexyin/FinalProject_Yin documentation built on Jan. 1, 2021, 1:47 p.m.