summary.ves: summary.ves

Description Usage Arguments Value Author(s) See Also Examples

Description

Function to display a short summary of the apparent resistivity data

Usage

1
2
## S3 method for class 'ves'
summary(object, ...)

Arguments

object

A VES object

...

additional parameters for the data.frame summary function

Value

This function displays on the console a summary of the apparent resistivity data

Author(s)

Oscar Garcia-Cabrejo khaors@gmail.com

See Also

Other base functions: plot.ves, print.ves, ves

Examples

1
2
3
4
5
data(ves_data1)
ab2 <- ves_data1$ab2
apprho <- ves_data1$apprho
sev1a <- ves(id= "VES1", ab2 = ab2, apprho = apprho)
summary(sev1a)

khaors/rves documentation built on May 29, 2019, 3:07 a.m.