normaldisplot: This function helps visualize the distribution of the data

Description Usage Arguments Examples

View source: R/Finalfunctions.R

Description

This function helps visualize the distribution of the data

Usage

1
normaldisplot(Dataname, treatment, DependentVar, yname)

Arguments

Dataname

the filtered data file name

treatment

the name of the treatment

DependentVar

the name of the dependent variable

yname

the y-axis title for the output qqplot

Examples

1
normaldisplot(ephys1, "alcohol", "Voltage.threshold.mV", "Voltage Threshold (mV)")

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