
Last chance! 50% off unlimited learning
Sale ends in
DrawHistogram(azimuths, ClassSize = 15, SVGf = 0)
One way to obtain a set of azimuths from X and Y coordinates of the vectors is to use the LoadData
function.
Typical usages are
DrawHistogram(azimuths, \dots) DrawHistogram(azimuths, ClassSize = 20, \dots) ......
DrawDistribution
, DrawPoints
, DrawModuleAndAzimuthDistribution
,
DrawDensityMap
, DrawVectors
.
FileName<-system.file("data/RectangularData.txt", package="VecStatGraphs2D")
dat<-LoadData(FileName, Type=2)
azimuths<-dat[,2]
DrawHistogram(azimuths, ClassSize=15, SVGf=0)
Run the code above in your browser using DataLab