hist.SpatialPixelsDataFrame {adehabitatMA} | R Documentation |
Histograms of Mapped Variables
Description
hist.SpatialPixelsDataFrame
performs histograms of the
variables mapped in objects of class SpatialPixelsDataFrame
.
Usage
## S3 method for class 'SpatialPixelsDataFrame'
hist(x, type = c("h", "l", "b"),
adjust = 1, col, border,
lwd = 1, ...)
Arguments
x |
a raster map of class |
type |
what type of plot should be drawn. Possible types are: |
adjust |
if |
col |
color for the histogram |
border |
color for the border of the histogram |
lwd |
if |
... |
further arguments passed to or from other methods |
Author(s)
Mathieu Basille basille@ase-research.org
See Also
SpatialPixelsDataFrame-class
for additionnal
information on objects of class SpatialPixelsDataFrame
.
Examples
data(lynxjura)
hist(lynxjura$map, type = "h")
hist(lynxjura$map, type = "l")