plot.hillsfile3d: Plot hillsfile3d object

View source: R/readingandfes.R

plot.hillsfile3dR Documentation

Plot hillsfile3d object

Description

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

Usage

## S3 method for class '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)

metadynminer3d documentation built on April 14, 2022, 5:08 p.m.