Receptors: Receptor locations

Description Usage Arguments Value See Also

View source: R/S3-Receptors.R

Description

Construct a set of receptors. All coordinates must be in meters!

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
Receptors(obj, ...)

## S3 method for class 'SpatialPointsDataFrame'
Receptors(obj, z = 1.8,
  check.projection = TRUE)

## S3 method for class 'SpatialPoints'
Receptors(obj, z = 1.8, check.projection = TRUE)

## S3 method for class 'matrix'
Receptors(obj, z = 1.8)

Arguments

obj

a SpatialPoints or SpatialPointsDataFrame object, or a two-dimensional matrix of coordinates

z

elevation(s) above ground, in meters

check.projection

checks to see that obj has an associated projection

Value

SpatialPoints* object

See Also

ReceptorGrid ReceptorRings


holstius/Rcaline documentation built on May 17, 2019, 4:39 p.m.