View source: R/generateSyntheticData.R
summarizeSyntheticDataSet | R Documentation |
Summarize a synthetic data set (generated by generateSyntheticData
) by some diagnostic plots.
summarizeSyntheticDataSet(data.set, output.filename)
data.set |
A data set, either a |
output.filename |
The filename of the resulting html report (including the path). |
Charlotte Soneson
tmpdir <- normalizePath(tempdir(), winslash = "/")
mydata.obj <- generateSyntheticData(dataset = "mydata", n.vars = 1000,
samples.per.cond = 5, n.diffexp = 100,
output.file = file.path(tmpdir, "mydata.rds"))
if (interactive()) {
summarizeSyntheticDataSet(data.set = file.path(tmpdir, "mydata.rds"),
output.filename = file.path(tmpdir, "mydata_check.html"))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.