summary.gv: Summary for 'gv' object

Description Usage Arguments Value Author(s) See Also Examples

View source: R/summary.gv.R

Description

Displays general information about the 'gv' object.

Usage

1
2
## S3 method for class '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.

Author(s)

Pedro Tarroso <ptarroso@cibio.up.pt>

See Also

gen.variogram gv.model

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
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)

phylin documentation built on Dec. 12, 2019, 5:07 p.m.