# NOT RUN {
library(raster)
r <- raster(volcano)
cl <- silicate::SC(rasterToContour(r))
plot3d(copy_down(cl, r))
## looks funny?
auto_3d()
# }
# NOT RUN {
sc <- copy_down(SC0(cont_tas), "ELEVATION")
sc$object$color_ <- hcl.colors(nrow(sc$object), "YlOrRd")
plot3d(sc)
## a planar straight line graph with x, y (UTM) and ELEVATION (metres)
sc
# }
Run the code above in your browser using DataLab