ves: ves

Description Usage Arguments Value Author(s) See Also Examples

Description

Function to create a VES object

Usage

1
ves(id = character(0), ab2 = NULL, apprho = NULL)

Arguments

id

a character string defining the VES ID

ab2

Numeric vector with the values of the electrode spacing

apprho

Numeric vector with the values of the apparent resistivity

Value

A VES object

Author(s)

Oscar Garcia-Cabrejo khaors@gmail.com

See Also

Other base functions: plot.ves, print.ves, summary.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)
print(sev1a)

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