## Numeric output only
surf <- iccsurface(beta = 0, n_alpha = 21, n_dist = 21, plot = FALSE)
str(surf)
# \donttest{
## Interactive surfaces
## 1. Uniform single-colour
iccsurface(beta = -0.5)
## 2. Gradient "Hot" palette, darker = high P
iccsurface(beta = 0.3,
colour_mode = "gradient",
palette = "Hot")
# }
Run the code above in your browser using DataLab