plotReIm2 | R Documentation |
plotReIm2(f, x)
plots values of complex functions f
in real arguments x
or in ranges [xmin, xmax]
with steps dx
.
plotReIm2(
f,
x,
title = "",
xmin,
xmax,
dx = 0.1,
xlab = "t",
ylab = "f(t)",
px = 0,
py = 0,
labelx = TRUE,
labely = TRUE
)
f |
list of functions. |
x |
list of numerical values (numerical vectors). |
title |
an overall title for the plot. |
xmin |
vector of numbers, default values |
xmax |
vector of numbers, default values |
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:41:29.
Other Graphic Function:
plotPolar()
,
plotReIm()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.