Description Usage Arguments Examples
View source: R/functions_array.r
Create seperate maps with ellipses for each level in a factor arranged in an array.
1 2 3 4 5 6 7 8 9 10 |
object |
a soc.ca class object |
variable |
a factor of the same length as the data.frame used to create object |
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. |
draw.ellipses |
if TRUE ellipses are drawn |
ncol |
the number of columns the plots are arranged into |
titles |
a vector of the same length as the number of levels in variable. These are the titles given to each subplot |
main.title |
the main title for all the plots |
... |
sends any further arguments to map.select and map.ellipse. |
1 2 3 4 5 | ## Not run:
example(soc.ca)
map.ellipse.array(result, active[, 1])
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.