SCM Repository
View of /pkg/man/demo-BinaryMixtures.Rd
Parent Directory
|
Revision Log
Revision 55 -
(download)
(as text)
(annotate)
Wed Mar 2 14:48:07 2016 UTC (2 years, 11 months ago) by variani
File size: 738 byte(s)
Wed Mar 2 14:48:07 2016 UTC (2 years, 11 months ago) by variani
File size: 738 byte(s)
new Rd produced by roxygen2
% Generated by roxygen2: do not edit by hand % Please edit documentation in R/demos.R \docType{data} \name{demo-BinaryMixtures} \alias{demo-BinaryMixtures} \title{Demo BinaryMixtures.} \description{ Demo BinaryMixtures. } \examples{ s <- Sensor(num=1, gases=c(1, 3), enableSorption=FALSE) plotMixture(s) s <- Sensor(num=1, gases=c(1, 3)) plotMixture(s) opar <- par(mfrow=c(2, 2)) for(num in c(1, 4, 13, 17)) { s <- Sensor(num=num, gases=c(1, 3)) Ka <- round(affinity(s), 0) K <- round(coef(s, 'SorptionModel'), 0) plotMixture(s, axes=FALSE, xlab = paste("Gas A, K", K[1], "( affinity", Ka[1], ")"), ylab = paste("Gas C, K", K[2], "( affinity", Ka[2], ")"), main=paste("num", num)) } par(opar) } \keyword{demo}
R-Forge@R-project.org | ViewVC Help |
Powered by ViewVC 1.0.0 |