Learn R Programming

aRchi (version 2.1.3)

angle3d: Calculate the zenith angle from xyz coordinates

Description

Calculate a zenith angle between two segments from 3D (i.e X,Y,Z) coordinates

Usage

angle3d(o, a, b)

Value

The angle in degree

Arguments

o

3D coordinates of the common point of the two segments

a

3D coordinates of the other point of segment a

b

3D coordinates of the other point of segment b

Examples

Run this code
origin=c(0,0,0)
a=c(0,0,1)
b=c(1,0,0)

angle3d(o=origin,a=a,b=b)

Run the code above in your browser using DataLab