Function to display a short summary of the apparent resistivity data

# S3 method for 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

See also

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

Examples

data(ves_data1) ab2 <- ves_data1$ab2 apprho <- ves_data1$apprho sev1a <- ves(id= "VES1", ab2 = ab2, apprho = apprho) summary(sev1a)
#> Pumping Test: VES1
#> ab/2 Apparent Resistivity(Ohm.m) #> Min. : 3.00 Min. :19.20 #> 1st Qu.: 16.25 1st Qu.:22.24 #> Median : 45.00 Median :42.19 #> Mean : 81.39 Mean :40.37 #> 3rd Qu.:115.00 3rd Qu.:56.95 #> Max. :300.00 Max. :63.45