| plot.sdcMicroObj {sdcMicro} | R Documentation |
sdcMicroObj-classDescriptive plot function for sdcMicroObj-class-objects. Currently
only visualization of local supression is implemented.
## S3 method for class 'sdcMicroObj' plot(x, type = "ls", ...)
x |
An object of class |
type |
specified what kind of plot will be generated
|
... |
currently ignored |
Bernhard Meindl
data(testdata)
## Not run:
# dontrun because Examples with CPU time > 2.5 times elapsed time
sdc <- createSdcObj(testdata,
keyVars=c('urbrur','roof','walls','relat','sex'),
pramVars=c('water','electcon'),
numVars=c('expend','income','savings'), w='sampling_weight')
sdc <- kAnon(sdc, k=5)
plot(sdc, type="ls")
## End(Not run)