Description Usage Arguments Value See Also Examples
View source: R/functions_analysis.r
Creates a vector from two dimensions from a soc.ca object. Labels are the 
cardinal directions with the first designated dimension running East - West.
The center category is a circle defined by cut.radius.
1 2 3 4 5 6 7  | create.quadrant(
  object,
  dim = c(1, 2),
  cut.min = -0.125,
  cut.max = 0.125,
  cut.radius = 0.25
)
 | 
object | 
 a soc.ca class object  | 
dim | 
 the dimensions  | 
cut.min | 
 Minimum cut value  | 
cut.max | 
 Maximum cut value  | 
cut.radius | 
 Radius of the center category  | 
Returns a character vector with category memberships
soc.mca
1 2 3  | example(soc.ca)
create.quadrant(result, dim = c(2, 1))
table(create.quadrant(result, dim = c(1, 3), cut.radius = 0.5))
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.