useDynLib(bcpa)

import(plyr) 
import(Rcpp)

# only load the function "clusters" from package "intervals"
importFrom(intervals, clusters)

# This says use all functions that start with a letter
exportPattern("^[[:alpha:]]+")

#==============
## S3 methods
#==============

## Plots
S3method(plot, bcpa)
S3method(plot, track)