From: <gg...@us...> - 2007-04-16 11:21:36
|
Revision: 11 http://svn.sourceforge.net/bugs-r/?rev=11&view=rev Author: ggorjan Date: 2007-04-16 04:21:38 -0700 (Mon, 16 Apr 2007) Log Message: ----------- fixed link markup, removed some spaces Modified Paths: -------------- trunk/R2WinBUGS/man/write.model.Rd Modified: trunk/R2WinBUGS/man/write.model.Rd =================================================================== --- trunk/R2WinBUGS/man/write.model.Rd 2007-04-16 11:18:27 UTC (rev 10) +++ trunk/R2WinBUGS/man/write.model.Rd 2007-04-16 11:21:38 UTC (rev 11) @@ -7,7 +7,7 @@ } \arguments{ \item{model}{R / S-PLUS function containing the BUGS model in the BUGS model language, for minor differences see Section Details.} - \item{con}{passed to \code{link{writeLines}} which actually writes the model file} + \item{con}{passed to \code{\link{writeLines}} which actually writes the model file} } \value{ Nothing, but as a side effect, the model file is written. @@ -40,7 +40,7 @@ ## some temporary filename: filename <- file.path(tempdir(), "schoolsmodel.bug") } else{ # for S-PLUS - ## put the file in the working directory: + ## put the file in the working directory: filename <- "schoolsmodel.bug" } @@ -51,5 +51,4 @@ } \seealso{\code{\link{bugs}}} \keyword{IO} -\concept{model} - +\concept{model} \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |