Description Usage Arguments Value References Examples
This function produces a three-dimensional globe onto
which the on column of the provided sample is drawn. The
data are centered around a provided matrix and the user
can choose to display this center or not. Based on
ggplot2
package by Wickham (2009).
1 2 3 |
Rs |
the sample of n random rotations |
center |
point about which to center the observations |
column |
integer 1 to 3 indicating which column to display |
show_estimates |
rather to display the four estimates of the principal direction or not |
xlimits |
limits for the x-axis, appropriate range is [-1,1] |
ylimits |
limits for the y-axis, appropriate range is [-1,1] |
... |
Additional arguments passed to ggplot2 |
a ggplot2 object with the data dispalyed on a blank sphere
Wickham H (2009). _ggplot2: elegant graphics for data analysis_. Springer New York. ISBN 978-0-387-98140-6, <URL: http://had.co.nz/ggplot2/book>.
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.