Learn R Programming

vegtable (version 0.1.4)

aspect_conv-data: Conversion of Aspect Classes to Azimuth

Description

Conversion table required to transform values of aspect to azimuth in degrees.

Usage

data(aspect_conv)

Arguments

Format

A numeric vector of values in degrees for the symbols used as names.

Examples

Run this code
# NOT RUN {
library(vegtable)
data(aspect_conv)

aspect_conv[c("N", "S", "ENE", "SSW")]
# }

Run the code above in your browser using DataLab