Browse code

Call to dev.off() not needed anymore in R 2.14.

git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/Rtreemix@55304 bc3139a8-67e5-0310-9ffc-ced21a209358

Herve Pages authored on 06/05/2011 19:23:23
Showing 1 changed files

... ...
@@ -130,7 +130,6 @@ plot(mod, fontSize = 15)
130 130
 When the mixture model contains a large number of tree components it is convenient to be able to plot a specific tree component. The following code plots the 
131 131
 second tree component of the mixture model learned from the \texttt{HIV} dataset.
132 132
 <<results = hide>>=
133
-dev.off()
134 133
 plot(mod, k=2, fontSize = 14)
135 134
 @
136 135
 It is assumed that mixture models with at least two components always have the noise (star) component as a first component. When only one tree component is fitted to the given data it can be either a star or a nontrivial tree component based on the choice of the parameter \texttt{noise}.