Usage
plotGraf(f, x, title, xmin, xmax, dx = 0.1, xlab, ylab, px = 0, py = 0,
labelx = TRUE, labely = TRUE)
Arguments
x
numerical values (number or vector)
title
an overall title for the plot
xmin
number, default value xmin = -1
xmax
number, default value xmax = 1
dx
positive number, default value dx = 0.1
xlab
a title for the x axis: see title. ylab
a title for the y axis: see title. px
numerical values (number or vector) in which are auxiliary line on axis x render default value \(px = 0\)
py
numerical values (number or vector) in which are auxiliary line on axis y render default value \(py = 0\)
labelx
rendering auxiliary line default value TRUE
labely
rendering auxiliary line default value TRUE