
Last chance! 50% off unlimited learning
Sale ends in
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
)
a soc.ca class object
the dimensions
Minimum cut value
Maximum cut value
Radius of the center category
Returns a character vector with category memberships
# NOT RUN {
example(soc.ca)
create.quadrant(result, dim = c(2, 1))
table(create.quadrant(result, dim = c(1, 3), cut.radius = 0.5))
# }
Run the code above in your browser using DataLab