Lixiaoxu

Membre des de 6 jul 2009
cap resum d'edició
(Es crea la pàgina amb «<Rform name="owndata"> Enter your own data for a scatterplot:<br> <textarea name="mydata" rows="8"> 1 2 3 4 5 6 7 8 </textarea> <input type="submit" value=" Submit "> <...».)
 
Cap resum de modificació
Línia 18: Línia 18:
   x <- matrix(1:8, nrow=4, byrow=T)
   x <- matrix(1:8, nrow=4, byrow=T)
}
}
pdf(rpdf, horizontal=FALSE, width=6, height=6)
pdf(rpdf, width=6, height=6)
plot(x, cex=2, main=main)
plot(x, cex=2, main=main)
</R>
</R>
9

modificacions