`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", ...)

Arguments

x

hillsfile object.

xlab

a title for the x axis: see 'title'.

ylab

a title for the y axis: see 'title'.

zlab

a title for the z axis: see 'title'.

main

an overall title for the plot: see 'title'.

sub

a sub title for the plot: see 'title'.

col

color code or name, see 'par'.

...

further arguments passed to or from other methods.

Examples

plot(acealanme3d)