powered by
Create seperate maps with ellipses for each level in a factor arranged in an array.
map.ellipse.array( object, variable, dim = c(1, 2), draw.ellipses = TRUE, ncol = 2, titles = levels(variable), main.title = "", ... )
a soc.ca class object
a factor of the same length as the data.frame used to create object
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.
if TRUE ellipses are drawn
the number of columns the plots are arranged into
a vector of the same length as the number of levels in variable. These are the titles given to each subplot
the main title for all the plots
sends any further arguments to map.select and map.ellipse.
# NOT RUN { example(soc.ca) map.ellipse.array(result, active[, 1]) # }
Run the code above in your browser using DataLab