AssFunc-package: Assorted Functions ~~ AssFunc ~~

Description Details Author(s) References See Also Examples

Description

Functions writted during my Masters at CSULB. Originally designed for use with acoustic telemetry data and time series data. Used for generating and plotting transistion matrices. As well as identifying events in data.

Details

Package: AssFunc
Type: Package
Version: 1.0
Date: 2016-04-25
License: MIT + file LICENSE

Focus on transMat for generating transistion matrixes and transBub for displaying the matrix

events can be used for identifying the start and end of a string of events. Designed for identifying individual dives from depth data, but can be used to identify any sort of event in time series data. functions can be applied to each event using eventFunc, or if NAs can be interpolated with eventInterp

Sunrise and suset times can be calculated using sunCalc

The spackage also contains some spatial analysis such as focal analysis on a raster using focalfast, converting coordinates to a cartesian frame using lat2cart, or calculating distances between two points that are in latitude and longitude

Author(s)

Connor F. White

Maintainer: <connor.white@gmail.com>

References

~~ Literature or other references for background information ~~

See Also

~~ Optional links to other man pages, e.g. ~~ ~~ <pkg> ~~

Examples

1
2
3
4
5
6
7
8
#dat<-sample(c("A","B","C","D"),100,replace=TRUE)
#x<-transMat(dat, States=c("A","B","C","D"))

#transBub(x)


#x<-c(.5,.5,.75,.25,.2,.25,.6,.9,.1,.7)
#x.e<-event(x<.3)

ConnorFWhite/AssFunc documentation built on May 20, 2019, 4:07 p.m.