powered by
`plot.hillsfile3d` plots hillsfile object. It plots CV1 vs CV2 vs CV3.
# S3 method for hillsfile3d plot(x, xlab = "CV1", ylab = "CV2", zlab = "CV3", main = NULL, sub = NULL, col = "orange", ...)
hillsfile object.
a title for the x axis: see 'title'.
a title for the y axis: see 'title'.
a title for the z axis: see 'title'.
an overall title for the plot: see 'title'.
a sub title for the plot: see 'title'.
color code or name, see 'par'.
further arguments passed to or from other methods.
# NOT RUN { plot(acealanme3d) # }
Run the code above in your browser using DataLab