DrawVectors: Graphic representation of the vectors
Description
This function creates a graph that shows an arrow for each vector. The graph represents the situation of every vector by its coordinates. To represent this graph, the input data must be the cartesian coordinates (Type = 1).
Usage
DrawVectors(data, SVGf=0)
Arguments
data
Matrix containing the coordinates of the final and initial data
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.
Value
This function returns no value and creates a graph that represents the vectors of the input data.
Details
The cartesian coordinates cannot be calculated. They must be introduced as input data, although it is advisable to use LoadData for obtain the vectors of the X and Y coordinates as well as the azimuths of the final values.