Standarplots für mzR Objecte. Nur anwendbar, wenn das Objekt bootsrtap Replikate beinhaltet, ansonsten wird eine Warnung geworfen. Siehe auch getReplicates.

# S3 method for mzR
plot(x, ...)

Arguments

x

Ein Objekt der Klasse mzR.

...

Ungenützt.

Examples

dat <- ImportData(year = 2014, quarter = 4)
#> Der Share ist bereits eingebunden!
#> re-encoding from CP1252
#> “/home/decill/mnt/mz_intern/2014/2014q4/dg7.mz2014q4.sav” wurde eingelesen.
#> Taking input= as a system command ('zcat /home/decill/mnt/mz_intern/2014/2014q4/mz2_2014q4_bootweights.csv.gz') and a variable has been used in the expression passed to `input=`. Please use fread(cmd=...). There is a security concern if you are creating an app, and the app could have a malicious user, and the app is not running in a secure envionment; e.g. the app is running as root. Please read item 5 in the NEWS file for v1.11.6 for more information and for the option to suppress this message.
#> '/home/decill/mnt/mz_intern/2014/2014q4/mz2_2014q4_bootweights.csv.gz' wurde eingelesen.
mzObj <- Mean(dat, TFstring = "xerwstat==1&balt >= 15&balt <= 74", var = "estund*13+dtstd*13", replicates = TRUE) plot(mzObj)