DrawQQPlot: Graphical assessment of uniformity

Description Usage Arguments Details Value Author(s) References See Also Examples

Description

This function generates a graph that allows one to determine quickly the azimuths distribution can be considered uniform.

Usage

1
DrawQQPlot(azimuths, SVGf=0)

Arguments

azimuths

Vector containing the values of the azimuths

SVGf

Integer value. If SVGf = 0, the plot is showed only in the graphic window. If SVGf = 1, then the plot is saved as SVG graphic. The default value is 0.

Details

The graphic is created by placing in increasing order of n pairs of points from the calculation of the linear order statistics of the azimuths.

If the data fit to the uniform distribution, the points should lie along a 45 grades line passing through the origin.

The arbitrary choice of the origin of the azimuths may lead to a misunderstanding in the interpretation. We can solve this problem by adding the unit to each element of the pair of values of the first 20 percent of points and by subtracting the unit to each element of the pair of values of the last 20 percent. All these new points are plotted.

One way to obtain a set of azimuths from X and Y coordinates of the vectors is to use the LoadData function.

Value

This function returns no value. A graph is displayed to show whether the hypothesis of uniform distribution can be accepted or rejected.

Author(s)

Ruiz-Cuetos, J.C., jcruizcue@gmail.com, Felicisimo, A.M., amfeli@unex.es, Cuartero, A., acuartero@unex.es, Polo, M.E., mepolo@unex.es, Rodriguez, P.G. pablogr@unex.es

References

Fisher N.I. (1995) Statistical analysis of circular data. Cambridge. Cambridge University Press.

Website http://gim.unex.es/VecStatGraphs2D/

See Also

RayleighTest, RaoTest.

Examples

1
2
3
4
   FileName<-system.file("data/RectangularData.txt", package="VecStatGraphs2D")
   dat<-LoadData(FileName, Type=2)
   azimuths<-dat[,2]
   DrawQQPlot(azimuths, SVGf=0)

VecStatGraphs2D documentation built on May 2, 2019, 12:36 p.m.