EMIcdf: EMI Modified Cumulative Distribution Fuction (CDF) Graph

Description Usage Arguments See Also Examples

Description

Creates a CDF graph from the cumulative sum of a vector. Takes a numeric vector, computes the cumulative sum of the vector, then plots a modified CDF using EMIplot. Plots the percent cumulative values on the y-axis and the actual data values (in ascending order) on the x-axis.

Usage

1
EMIcdf(vector, lineColor = EMIcolors(1))

Arguments

vector

a numeric vector

lineColor

color of the line to plot. Defaults to EMI blue

See Also

ecdf

Examples

1
plt = EMIcdf(1:1000)

mnblonsky/REMI documentation built on May 23, 2019, 5:06 a.m.