Learn R Programming

adehabitat (version 1.1-1)

hr.rast: Rasterisation of Objects of Class 'area'

Description

Converts an object of class area (used in many functions of the package ade4) to an object of class kasc (rasterisation).

Usage

hr.rast(mcp, w)

Arguments

mcp
an object of class area
w
a raster map of class kasc or of class asc

Value

  • Returns an object of class kasc.

See Also

as.kasc for additional information on objects of class kasc, as.area for further information on the class area

Examples

Run this code
data(puechabon)
kasc <- puechabon$kasc
locs <-  puechabon$locs

## Computes the home range of the animals
cp <- mcp(locs[,4:5], locs[,1])
area.plot(cp)

## Converts the home range to raster
cprast <- hr.rast(cp, kasc)
image(cprast)

Run the code above in your browser using DataLab