Displaying 3 results from an estimated 3 matches for "kaletejas2006".
2012 Apr 28
3
Exporting plots generated by a 'for' loop
Hello!
I have a 'for' loop that generates a plot with each iteration. I would
either like the plots to be stacked one below the other in a single
.jpg file or be stored in three different files with each file being
named dynamically. The following code is an illustration of my query
(but does not accomplish my aim):-
for (i in 1:4)
{
jpeg("samplo.jpg")
par(mfrow=c(3,1))
2012 May 28
1
Avoid text wrapping of output in R console
Hello!
I am working on a statistical package called VOStat
(http://vo.iucaa.ernet.in/~voi/VOStat.html) which uses a Java based GUI
to input data and parameters from the user. Based on the inputs, an
appropriate R script is generated and executed in the R console. As an
example, consider the output to be a data frame. This data frame is
printed in a well formatted way in the R console but the
2012 May 31
1
Silencing the output of install.packages()
Hello!
Is there a way to suppress the output of 'install.packages()'? I have
seen that the 'download.file' function has a 'quiet' option but I do
not know how to use it.
Thanks for your help
Tejas Kale
IUCAA, Pune