Description Usage Arguments Examples
View source: R/functions_plot.r
Plot a path along an ordered variable. If the variable is numerical it is cut into groups by the min_cut function.
1 2 3 4 5 6 7 8 9 |
object |
is a soc.ca result object |
x |
is an ordered vector, either numerical or factor |
map |
is a plot object created with one of the mapping functions in the soc.ca package |
dim |
the dimensions in the order they are to be plotted. The first number defines the horizontal axis and the second number defines the vertical axis. |
label |
if TRUE the label of the points are shown |
min.size |
is the minimum size given to the groups of a numerical variable, see min_cut. |
... |
further arguments are passed onto geom_path, geom_point and geom_text from the ggplot2 package |
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.