Skip to content

First Release

Latest
Compare
Choose a tag to compare
@MartinBeal MartinBeal released this 13 May 08:39
· 186 commits to master since this release

This is the first release of the re-working of the code and method published in Lascelles et al. 2016.

The following is a list of how the original functions correspond to new ones in 'track2KBA':
tripSplit --> tripSplit, mapTrips
tripSummary --> tripSummary
scaleARS --> findScale
batchUD --> estSpaceUse
varianceTest --> indEffectTest
boostrap --> repAssess
polyCount & thresholdRaster --> findKBA

The following are recent changes made new in this release:

  • three new plotting functions (mapTrips, mapKDE, mapKBA)
  • one new function to project tracks to equal-are projection (projectTracks)
  • all functions and argument names now follow 'lowerCamelCase' style, so scripts dependent on pre-release versions of the package will need updating.