plot.hillsfile3d {metadynminer3d} | R 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)
[Package metadynminer3d version 0.0.2 Index]