inla.diameter: Diameter of a point set

Description Usage Arguments Value Author(s) Examples

View source: R/mesh.R

Description

Find an upper bound to the convex hull of a point set

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
inla.diameter(x, ...)

## Default S3 method:
inla.diameter(x, manifold="", ...)
## S3 method for class 'inla.mesh'
inla.diameter(x, ...)
## S3 method for class 'inla.mesh.segment'
inla.diameter(x, ...)
## S3 method for class 'inla.mesh.lattice'
inla.diameter(x, ...)
## S3 method for class 'inla.mesh.1d'
inla.diameter(x, ...)

Arguments

x

A point set as an n x d matrix, or an inla.mesh related object.

manifold

Character string specifying the manifold type. Default is to treat the point set with Euclidean R^d metrics. Use manifold="S2" for great circle distances on the unit sphere (this is set automatically for inla.mesh objects).

...

Additional parameters passed on to other methods.

Value

A scalar, upper bound for the diameter of the convex hull of the point set.

Author(s)

Finn Lindgren <finn.lindgren@gmail.com>

Examples

1
inla.diameter(matrix(c(0,1,1,0, 0,0,1,1), 4, 2))

INBO-BMK/INLA documentation built on Dec. 4, 2019, 11:43 p.m.