unavco-methods: Methods for the 'unavco' class

unavco-methodsR Documentation

Methods for the 'unavco' class

Description

Methods for the 'unavco' class

Usage

## S3 method for class 'unavco'
as.zoo(x, ...)

zoo.unavco(x, ...)

## S3 method for class 'unavco'
as.data.frame(x, ...)

data.frame.unavco(x, ...)

## S3 method for class 'unavco'
start(x, ...)

## S3 method for class 'unavco'
end(x, ...)

## S3 method for class 'unavco'
time(x, ...)

## S3 method for class 'unavco'
index(x, ...)

## S3 method for class 'unavco'
window(x, start. = NULL, end. = NULL, ...)

unavco_window(x, start. = NULL, end. = NULL, ...)

## S3 method for class 'unavco'
frequency(x, ...)

## S3 method for class 'unavco'
deltat(x, ...)

ave_deltat(x, FUN = mean, trim = 0.1, ...)

## S3 method for class 'zoo'
ave_deltat(x, FUN = mean, trim = 0.1, ...)

## S3 method for class 'unavco'
ave_deltat(x, FUN = mean, trim = 0.1, ...)

## Default S3 method:
ave_deltat(x, FUN = mean, trim = 0.1, ...)

ave_frequency(x, ...)

## S3 method for class 'unavco'
ave_frequency(x, ...)

## S3 method for class 'zoo'
ave_frequency(x, ...)

## Default S3 method:
ave_frequency(x, ...)

Arguments

x

object

...

additional arguments

start.

start time

end.

end time

FUN

function to use

trim

fraction to trim is FUN allows

Details

unavco_window does the time subsetting.

See Also

consistent and unavco_dataload


abarbour/pborepo documentation built on April 27, 2022, 8:47 a.m.