EWplot: Plotting the EW polynomials

Description Usage Arguments Author(s) Examples

View source: R/EW.R

Description

Plotting the EW polynomials.

Usage

1
EWplot(f)

Arguments

f

put the polynomial you yield from EW function here.

Author(s)

H.R.Law

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
##---- Should be DIRECTLY executable !! ----
##-- ==>  Define data, use random,
##--	or do  help(data=index)  for the standard data sets.

## The function is currently defined as
function (f) 
{
    v <- seq(-5, 5, by = 0.2)
    plot(v, f(v), font.lab = 2, type = "o")
  }

Example output

function (f) 
{
    v <- seq(-5, 5, by = 0.2)
    plot(v, f(v), font.lab = 2, type = "o")
}

EW documentation built on May 2, 2019, 8:28 a.m.