normdrawandfill: Load a Matrix

Description Usage Arguments Value

Description

A function to draw Normal distribution density curve (bell curve) and highlight different areas of distribution by filling the area with chosen color and displaying Probability percentages Created by Sulekha Aloorravi

Usage

1
2
3
4
normdrawandfill(mean = 0, sd = 1, points = 200, linecolor = "orange",
  fillcolor = "blue", fillafter = NULL, fillbefore = NULL,
  fillbetween = NULL, fillwithin = NULL, thickness = 40, xlabel = NULL,
  ylabel = NULL, axiscol = "red")

Arguments

infile

Path to the input file

Value

A matrix of the infile


sulekhaaloorravi/normdrawandfill documentation built on May 24, 2019, 2:07 a.m.