plotReIm | R Documentation |
plotReIm(f, x, xmin, xmax)
plots values of complex function f
in real arguments x
or in range [xmin, xmax]
with step dx
.
plotReIm(
f,
x,
title,
xmin,
xmax,
dx = 0.1,
xlab,
ylab,
px = 0,
py = 0,
labelx = TRUE,
labely = TRUE
)
f |
function. |
x |
numerical values (number or vector). |
title |
an overall title for the plot. |
xmin |
number, default value |
xmax |
number, default value |
dx |
positive number, default value |
xlab |
a title for the |
ylab |
a title for the |
px |
numerical values (number or vector) in which are auxiliary lines on axis |
py |
numerical values (number or vector) in which are auxiliary lines on axis |
labelx |
rendering auxiliary line, default value |
labely |
rendering auxiliary line, default value |
Function with optional parameters must be pass as lambda function f = function(x) f(x, optional parameters)
.
Graf of function f
in argument x
or in range [xmin, xmax]
with step dx
.
Ver.: 22-Sep-2018 20:32:20.
Other Graphic Function:
plotPolar()
,
plotReIm2()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.