Skip to content

Search Archives

Search tips
from:Name Search by author name, e.g. from:Duncan Murdoch "exact phrase" Match an exact phrase word1 word2 Match messages containing both words Date range Use the date pickers to filter results to a time period

Use the list dropdown to narrow results to a specific mailing list. Combine from: with other terms to filter by author and content.

5 results for “from:Tejas Kale”

Silencing the output of install.packages()
Tejas Kale · May 31, 2012 · r-help

An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20120601/50c655f7/attachment.pl>

Avoid text wrapping of output in R console
Tejas Kale · May 27, 2012 · r-help

An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20120528/72f4b328/attachment.pl>

Silencing the output of install.packages()
Tejas Kale · May 31, 2012 · r-help

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...

Exporting plots generated by a 'for' loop
Tejas Kale · Apr 28, 2012 · r-help

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...

Formatting numbers for display
Tejas Kale · Aug 3, 2012 · r-help

I think the following code provides output that Dennis wants as well as gets rid of the white space David mentioned. digitTruncation <- function(x) { ifelse(x>10^7, gsub("(\\d)[.].*", "\\1", x), ifelse(x<1, formatC(x, digits=3, format...

Can't find what you're looking for? Try searching with Google .