Learn R Programming

EW (version 1.1)

EWplot: Plotting the EW polynomials

Description

Plotting the EW polynomials.

Usage

EWplot(f)

Arguments

f
put the polynomial you yield from EW function here.

Examples

Run this code
##---- 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")
  }

Run the code above in your browser using DataLab