XPlotMulti: Plot a List of Functions

Description Usage Arguments Examples

View source: R/XPlotMulti.R

Description

Plot a List of Functions

Usage

1
XPlotMulti(myfunctions, x1, x2)

Arguments

myfunctions

Receives a Vector of 1 or more Functions

x1

plot from

x2

plot to

Examples

1
2
3
4
f1 = function(x) cos(x)
f2 = function(x) sin(x)
f3 = function(x) x^2
XPlotMulti(c(f1,f2,f3),-pi,pi)

EduardoJacob/xfunctions documentation built on March 12, 2021, 7:30 a.m.