NoRglPlot {SimEUCartelLaw} | R Documentation |
Visualize results of simulation of legal exemption system
Description
NoRglPlot
visualizes the results of the simulation of the legal
exemption system using 3D-projections and corresponding 3D-plots.
Usage
NoRglPlot(res, xvar = "rA", yvar = "rM", zvar = "c", xf = 1, yf = 1,
zf = 1, pch = 16, phi = 20, theta = -30, d = 2)
Arguments
res |
dataframe containing results of simulation using |
xvar |
character scalar containing variable for the x-axis.
Defaults to |
yvar |
character scalar containing variable for the y-axis.
Defaults to |
zvar |
character scalar containing variable for the z-axis.
Defaults to |
xf |
numeric scalar containing scaling constant for the x-axis. Defaults
to |
yf |
numeric scalar containing scaling constant for the y-axis. Defaults
to |
zf |
numeric scalar containing scaling constant for the z-axis. Defaults
to |
pch |
numeric or character scalar containing the plot character used
for the individual points. Defaults to |
phi |
numeric scalar containing the phi angle (colatitude)
for the perspective in degrees. Defaults to |
theta |
numeric scalar containing the theta angle (azimuthal direction)
for the perspective in degrees. Defaults to |
d |
numeric scalar for the strenth of the perspective effect.
Defaults to |
Details
NoRglPlot
visualizes the results of the simulation of the legal
exemption system using 3D-projections and corresponding plots without
using rgl
/GL
.
Value
Nothing useful, function called for its side effects.
Examples
Par <- list(Phi=c(0.1,0.5), Rho=c(0.5,0.9), Ksi=c(0.05,0.3), Chi=c(0.1,0.4),
M=c(0.2,1.2), G=c(0.05,0.2), A=c(0.1,0.3))
NoRglPlot(LEgame(params=Par, m=10000))