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.

9 results for “from:Sumukh Sathnur”

Unable to collate and parse R files with R CMD check
Sumukh Sathnur · Dec 8, 2011 · r-devel

An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-devel/attachments/20111208/0adfbaa6/attachment.pl>

Unable to collate and parse R files with R CMD check
Sumukh Sathnur · Dec 6, 2011 · r-devel

An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-devel/attachments/20111206/a89ef075/attachment.pl>

Assigning colors to cells
Sumukh Sathnur · Jul 19, 2011 · r-help

Hi everyone, I was wondering if there was a simple way to assign a color to a cell based on value in a data frame and return the cell as an image? For example, if the value is >1, then...

Working in subdirectories
Sumukh Sathnur · Jul 8, 2011 · r-help

I want to call in files from subdirectories without changing my working directory within my script. Is that possible? And if so what would be the simplest way to do that? for example, if I do setwd("C:/Users/Hello...

Legend in image.plot( )
Sumukh Sathnur · Jul 28, 2011 · r-help

Hello all, Using image.plot from the fields package, I created a heatmap for a matrix I had saved as a text file. Everything works fine, but my legend goes up to a value of 300 (the maximum value in...

axes start at end of plot
Sumukh Sathnur · Aug 25, 2011 · r-help

Hello all, I used the following script to generate a plot, but when I try to place axes, the axes start at the end of my plot and continue off the plot; the attached image shows what happens when I...

problems with image.plot()
Sumukh Sathnur · Jul 29, 2011 · r-help

Hi all, I used image.plot() to create a heat map of a matrix: as.matrix(read.table("Matrix.txt", sep="\t"))->x HeatBrk<-seq(5,25,2.5) MyCol= gray((7:0)/7) library(fields) image.plot(x, col...

axis does not show up
Sumukh Sathnur · Aug 19, 2011 · r-help

Hello everyone, Using the following script I generated a heatmap for my matrix with image.plot from the fields package: library(fields) as.matrix(read.table("Matrix.txt", sep="\t"))->x #on left: labels are: Side<-as.character(x[1...

assigning colors with color2D.matplot
Sumukh Sathnur · Aug 4, 2011 · r-help

Jim, Thanks for the response! It turns out that using color2D.matplot actually eliminates my need to rotate the matrix at all. However, I'm not quite sure I understand the arguments for assigning colors to the cells. Using image...

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