## input as R objects
data(orni)
data(tico)
AR(orni, tico)
## give names to objects if you wish to have them as row names of the returned data.frame
AR(orni=orni, tico=tico)
## input as files stored in the working directory
## file names will be used as row names of the returned data.frame
if (FALSE) {
require(tuneR)
AR(getwd(), datatype="files")
}
Run the code above in your browser using DataLab