if (FALSE) {
## Put a simple SysConfig object into the tempdir:
write.SysConfig(simpleSysConfig(), file.path(tempdir(), "system-configuration"))
## Now read the same file:
sc <- read.SysConfig(file.path(tempdir(), "system-configuration"))
## and plot it
plot(sc)
}
Run the code above in your browser using DataLab