plot.prepareData: plot.PrepareData

Description Usage Arguments Author(s) Examples

Description

Visualize the correlation between categories of all constrains.

Usage

1
2
## S3 method for class 'prepareData'
plot(data_in, ...)

Arguments

prepareData

object

Author(s)

M. Esteban Munoz H.

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
data("GREGWT.census")
data("GREGWT.survey")

simulation_data <- prepareData(
  GREGWT.census, GREGWT.survey,
  survey_id=FALSE,
  pop_benchmark=c(2,12),
  census_categories=seq(2,24),
  survey_categories=seq(1,3)
)

plot(simulation_data)

emunozh/GREGWT documentation built on May 16, 2019, 5:11 a.m.