Description Usage Arguments Details Value Examples
This function plots the column vectors of a two-dimensional matrix.
1 |
m |
A 2 x m matrix. Rows are assumed to represent dimensions. |
fix_coords |
Logical determining the plot's aspect ratio. If TRUE, the plot is scaled to have an aspect ratio of 1, meaning the x and y dimensions are scaled exactly the same. Note this will distort the size of the plot and will result in unreadable plots if the ranges of x and y are disparate. Defaults to FALSE. |
lims_scale |
Scaling factor to apply to plot limits. For example, setting this argument to 2 doubles the default limits in each dimension. If less than 1 in absolute value, some of the plotted vectors are cut off and a message is generated. Defaults to 1. |
... |
Vectors of aesthetics to guide how |
@param color governs the color of the arrowhead plotted at the tip of each vector, and @param size determines the size.
A ggplot object plotting each vector encoded in the provided matrix.
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.