Learn R Programming

matrixdist (version 1.1.9)

moment,bivdph-method: Moment method for bivdph class

Description

Moment method for bivdph class

Usage

# S4 method for bivdph
moment(x, k = c(1, 1))

Value

An real value.

Arguments

x

An object of class bivdph.

k

A vector with the location.

Examples

Run this code
obj <- bivdph(dimensions = c(3, 3))
moment(obj, c(1, 1))

Run the code above in your browser using DataLab