Learn R Programming

phylin (version 2.0.2)

summary.gv: Summary for 'gv' object

Description

Displays general information about the 'gv' object.

Usage

# S3 method for gv
summary(object, ...)

Arguments

object

'gv' object as given by 'gen.variogram' or 'gv.model'.

Further plotting arguments to be passed.

Value

Print summary table.

See Also

gen.variogram gv.model

Examples

Run this code
# NOT RUN {
data(vipers)
data(d.gen)

# create a distance matrix between samples
r.dist <- dist(vipers[,1:2])

# fit a variogram with defaults (shperical model) and estimation of range
gv <- gen.variogram(r.dist, d.gen)

#plot semi-variogram
summary(gv)

# plot semi-variogram with model
gv <- gv.model(gv)
summary(gv)
# }

Run the code above in your browser using DataLab