Description Usage Arguments Details Value Author(s) References See Also Examples
This function creates a graph that represents a circular graphic when the data azimuths densities are represented by color bands. A vector is drawn representing the mode azimuth.
1 | DrawAzimuthDensity(azimuths, Period = 15, SVGf = 0)
|
azimuths |
Vector containing the values of the azimuths |
Period |
Integer value which represents the number of moving average terms |
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. |
With this function, a circular graphic is obtained, representing azimuths densities by color bands.
Typical usages are
1 2 3 4 5 | DrawAzimuthDensity(azimuths, ...)
DrawAzimuthDensity(azimuths, Period = 15, ...)
DrawAzimuthDensity(azimuths, Period = 15, SVGf = 0)
......
|
This function returns a no value and creates a graph that represents the density of the azimuths.
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
Website http://gim.unex.es/VecStatGraphs2D/
DrawDistribution
, DrawHistogram
, DrawPoints
,
DrawModuleAndAzimuthDistribution
, DrawDensityMap
, DrawVectors
.
1 2 3 4 | FileName<-system.file("data/RectangularData.txt", package="VecStatGraphs2D")
dat<-LoadData(FileName, Type=2)
azimuths<-dat[,2]
DrawAzimuthDensity(azimuths, Period = 15, SVGf=0)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.