Posts Tagged ‘ turning angle ’

Calculate turning angles and step lengths from location data

May 16, 2007
By
Calculate turning angles and step lengths from location data

anglefun <- function(xx,yy,bearing=TRUE,as.deg=FALSE){ ## calculates the compass bearing of the line between two points ## xx and yy are the differences in x and y coordinates between two points ## Options: ## bearing = FALSE returns +/- pi inst...

Read more »