jmsigner / amt

37 stars 13 forks source link

Fixed bug breaking hr_locoh() if type was "r" or "a". #15

Closed bsmity13 closed 4 years ago

bsmity13 commented 4 years ago

Small fix in hr_locoh() where type = "k" was returning a data.frame but type = "r" or "a" was returning a list. Also typo in type = "a" where an x-coordinate was replaced with a y-coordinate.

Split aa when type = "k" so that all 3 methods return a list.