print.ves: print.ves

Description Usage Arguments Value Author(s) See Also Examples

Description

Function to print on the screen a VES object

Usage

1
\method{print}{ves}(x, ...)

Arguments

x

A VES object

...

Additional parameters to the data.frame print function

Value

This function prints the information from the VES on the screen

Author(s)

Oscar Garcia-Cabrejo khaors@gmail.com

See Also

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

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