Ldeg360: Return a vector of center angle 0 to 360(degree) for x y...

View source: R/calculation.R

Ldeg360R Documentation

Return a vector of center angle 0 to 360(degree) for x y coordinate vector

Description

Return a vector of center angle 0 to 360(degree) for x y coordinate vector

Usage

Ldeg360(x, y)

Arguments

x

a vector of x coordinates

y

a vector of y coordinates

Value

a vector of center angle 0 to 360(degree) for x y coordinate vector

Examples

 xy <-TR@L[[1]]
 plot(Ldeg360(xy[,1],xy[2]))


TreeRingShape documentation built on April 4, 2025, 5:10 a.m.