CMPhyperbolas: Returns hyperbolas associated with Vrms velociies

CMPhyperbolasR Documentation

Returns hyperbolas associated with Vrms velociies

Description

Returns hyperbolas associated with root-mean-square velocities stored in the CMP data.

Usage

CMPhyperbolas(x)

## S4 method for signature 'GPR'
CMPhyperbolas(x)

Arguments

x

[GPR class] A CMP object of the class GPR

Value

[list] A list element key antsep containing a numeric vector of n antenna separation values, and element twt containing a n \times m matrix, where m is the number of hyperbolas (i.e., the number of velocities).

Examples

## Not run: 
HPB <- hyperbolaFromVrms(x)
plot(x, barscale = FALSE, main = "CMP")
matplot(HPB$antsep, HPB$twt, type = "l", col = "green", 
        lwd = 2, add = TRUE, lty = 1)

## End(Not run)        

emanuelhuber/RGPR documentation built on March 18, 2024, 8 p.m.