View source: R/functions_analysis.r
create.quadrant | R Documentation |
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
.
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
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.