Learn R Programming

metadynminer3d (version 0.0.2)

plot.hillsfile3d: Plot hillsfile3d object

Description

`plot.hillsfile3d` plots hillsfile object. It plots CV1 vs CV2 vs CV3.

Usage

# 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

Run this code
# NOT RUN {
plot(acealanme3d)
# }

Run the code above in your browser using DataLab