make_4d_static {simlandr} | R Documentation |
Make 4D static space-color plots from simulation output
Description
Make 4D static space-color plots from simulation output
Usage
make_4d_static(
output,
x,
y,
z,
lims,
kde_fun = "ks",
n = 50,
h,
adjust = 1,
Umax = 5
)
make_4d_single(
output,
x,
y,
z,
lims,
kde_fun = "ks",
n = 50,
h,
adjust = 1,
Umax = 5
)
Arguments
output |
A matrix of simulation output. |
x , y , z |
The names of the target variables. |
lims |
The limits of the range for the density estimator as |
kde_fun |
Which kernel estimator to use? Choices: "ks" |
n |
The number of equally spaced points in each axis, at which the density is to be estimated. |
h |
A number, or possibly a vector for 3D and 4D landscapes, specifying the smoothing bandwidth to be used. If missing, the default value of the kernel estimator will be used (but |
adjust |
The multiplier to the bandwidth. The bandwidth used is actually |
Umax |
The maximum displayed value of potential. |
Value
A 4d_static_landscape
object that describes the landscape of the system, including the smoothed distribution and the landscape plot.