Usage
region_xyz0(
H1,
H2,
a,
b,
z0,
D,
plot = TRUE,
n_curve = 800,
show_surface = FALSE,
surface_colorscale = "Blues",
surface_opacity = 0.3,
show_surface_grid = TRUE,
surface_grid_color = "rgba(60,80,200,0.25)",
surface_grid_width = 1,
boundary_line = list(color = "blue", width = 2),
partition_line = list(color = "blue", width = 1),
show_end_edges = TRUE,
scene = list(aspectmode = "data", xaxis = list(title = "x"), yaxis = list(title = "y"),
zaxis = list(title = "z")),
bg = list(paper = "white", plot = "white")
)region_xyz0(
H1,
H2,
a,
b,
z0,
D,
plot = TRUE,
n_curve = 800,
show_surface = FALSE,
surface_colorscale = "Blues",
surface_opacity = 0.3,
show_surface_grid = TRUE,
surface_grid_color = "rgba(60,80,200,0.25)",
surface_grid_width = 1,
boundary_line = list(color = "blue", width = 2),
partition_line = list(color = "blue", width = 1),
show_end_edges = TRUE,
scene = list(aspectmode = "data", xaxis = list(title = "x"), yaxis = list(title = "y"),
zaxis = list(title = "z")),
bg = list(paper = "white", plot = "white")
)