t would require me to know the path to the
package in a platform independent way.
Can anybody suggest how I can acheive this?
Thanks,
--
Rajarshi Guha
NIH Chemical Genomics Center
[[alternative HTML version deleted]]
__
R-help@r-project.o
d'filename.Rda') but that would require me to know the path to the
> package in a platform independent way.
>
> Can anybody suggest how I can acheive this?
>
> Thanks,
>
> --
> Rajarshi Guha
>
>
> You mentioned that you used something similar to:
>
>
f the
window, but is it at all possible to some return that data to the R side to
display via plot()?
Any pointers would be appreciated
--
Rajarshi Guha
[[alternative HTML version deleted]]
__
R-help@r-project.org mailing list
https://stat.et
ollows:
x <- data.frame( ... )
par(mfrow=c(3,1))
for (i in 2:4) {
plot(x[,1])
points(x[,i])
}
Any suggestions as to how I could convert this to a lattice version
would be much appreciated
Thanks,
--
Rajarshi Guha
NIH Chemical Genomics Center
__
R-help@
ollows:
x <- data.frame( ... )
par(mfrow=c(3,1))
for (i in 2:4) {
plot(x[,1])
points(x[,i])
}
Any suggestions as to how I could convert this to a lattice version
would be much appreciated
Thanks,
--
Rajarshi Guha
NIH Chemical Genomics Center
__
R-help@
ded data put into an R data frame)?
>
The url() function together with the XML package should let you do this
--
Rajarshi Guha
NIH Chemical Genomics Center
[[alternative HTML version deleted]]
__
R-help@r-project.org mailing list
https
/Reports/2008/TR-2008-06.pdf
[2] http://csmr.ca.sandia.gov/~wpk/slides/wdmda-sem.pdf
--
Rajarshi Guha
NIH Chemical Genomics Center
[[alternative HTML version deleted]]
__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
from black and ending
in green?
2. How is this specified to image() such that it uses the colors in the
proper ordering?
Thanks,
--
Rajarshi Guha
NIH Chemical Genomics Center
[[alternative HTML version deleted]]
__
R-help@r-project.org ma
ixmap and rimage packages but don't seem to be able to work
out how I'd go about this (or if it's at all possible).
Does anybody have any pointers?
Thanks,
--
Rajarshi Guha
NIH Chemical Genomics Center
[[alternative HTML version deleted]]
___
t seem to get sent (content-length
= 0).
Does anybody have any suggestions as to why the call to postForm
doesn't work, but the command line call does?
Thanks,
Rajarshi Guha| NIH Chemical Genomics Center
http://www.rguha.ne
icate a 32 bit build - but I can't see how I can specify
these args via R CMD CHECK or R CMD BUILD.
Any pointers would be appreciated.
--
Rajarshi Guha
[[alternative HTML version deleted]]
__
R-help@r-project.org mailing list
https://stat.
d to lappy would
have access to an element from each list? (In Python, I would have used for
a,b,c in zip(x,y,z): ...)
Thanks,
--
Rajarshi Guha
[[alternative HTML version deleted]]
__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/
Thanks to all who replied. mapply does the trick
On Tue, Jun 23, 2009 at 8:11 AM, Rajarshi Guha wrote:
> Hi, I have 3 lists, x, y, z and I'd like to perform a calculation over all
> the lists simultaneously. If it were a single list I could use lapply, but
> for more than one li
JDK rather than the 1.5 JDK?
Thanks
--
Rajarshi Guha
NIH Chemical Genomics Center
__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and pr
and use a single label).
Any pointers as to how I could acheive this would be appreciated
Thanks,
--
Rajarshi Guha
NIH Chemical Genomics Center
__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting gu
with formulae in lm, I thought, xyplot(. ~ X, data) would
work, but it didn't)
Thanks,
--
Rajarshi Guha
NIH Chemical Genomics Center
__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide
fps <- fps[ tmp ]
this seems a little klunky and I was wondering if there was another
way to do this (by analogy with comparator functions in Java)
Thanks,
--
Rajarshi Guha
NIH Chemical Genomics Center
__
R-help@r-project.org mailing list
https://s
ads to loss of resolution and
that the latter could lead to generally low Tanimoto scores.
Do you know what Pipeline Pilot does?
--
Rajarshi Guha
NIH Chemical Genomics Center
__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/
is located at the
bottom of the y-axis and the left end of the x-axis. Since my image is
say 100px x 100px, is there a way for me to convert a 100px length
into the appropriate value in user coordinates, along the x-axis?
Thanks,
--
Rajarshi Guha
NIH Chemical Genom
While panel.text lets me add text anywhere within a plot, I
can't seem to workout how I could put some text in the top left
corner, say, of the whole plotting region.
Any pointers would be appreciated
--
Rajarshi Guha
NIH Chemical Genomics Center
___
On Thu, Dec 16, 2010 at 11:26 PM, David Winsemius
wrote:
>
> On Dec 16, 2010, at 11:12 PM, Rajarshi Guha wrote:
>
>> Hi, I have a series of lattice plots which I am arranging in a 2x2
>> grid via print:
>>
>> print(p.preds, split=c(1,1, 2,2), more=TRUE)
>&g
This (and Gabors) solutions work great. Thanks to everybody for helping out
On Fri, Dec 17, 2010 at 1:24 AM, David Winsemius wrote:
>
> On Dec 17, 2010, at 12:07 AM, Rajarshi Guha wrote:
>
>> On Thu, Dec 16, 2010 at 11:26 PM, David Winsemius
>> wrote:
>>>
&g
# melted data
> xyplot(value ~ x, data = m, groups = variable,
> auto.key = list(space = 'right', points = TRUE, lines = FALSE))
> # plot from the original data
> xyplot(y1 + y2 + y3 ~ x, data = d,
> auto.key = list(space = 'right', points = TRUE, lines =
here a more
elegant way to achieve this?
--
Rajarshi Guha
NIH Chemical Genomics Center
__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
an
d functions (e.g. ave) that simplify and streamline this for
> more complicated applications.
>
> -- Bert
>
> On Mon, Jan 31, 2011 at 1:43 PM, Rajarshi Guha
> wrote:
>>
>> Hi, I have a data.frame that has a categorical variable, for which I
>> would like to look
$obs, list(cut.grp1, cut.grp2), function(z) {
pie(table(z), col=c('red', 'green'))
})
One possibility is to add an extra row and column to the layout and
loop over the results of the tapply, adding a text label for the row
and column labels.
Is there a better way to achieve this
hread
(http://www.mail-archive.com/r-help@r-project.org/msg42961.html)
suggests that a regex is not the way to 'negate' a string literal.
So to prevent export of specific functions, do I need to explicitly
list all functions that are to be exported?
--
Rajarshi Guha
NIH Chemical
ot;
)))
cols <- c("#00", "#19", "#33", "#4C", "#66", "#7F",
"#99", "#B2", "#CC", "#E5", "#FF", "
arams[2]
t4 <- t2/t3;
t5 <- params[4] + t4
I would've expected yy and t5 to be the same; yet they are not
--
Rajarshi Guha | http://blog.rguha.net
NIH Center for Advancing Translational Science
__
R-help@r-project.org mailing list
https://
nates)? I realize that
this might probably be better done in a separate image editor, but if
it could be done programmatically that would be very handy
Thanks,
---
Rajarshi Guha <[EMAIL PROTECTED]>
GPG Fingerprint: 0CCA 8EE
e required stuff from the raw feed - using
ElementTree in Python makes this a trivial task
Once you have the raw data you can read it into R
---
Rajarshi Guha <[EMAIL
choice.
This is something that can be done in R (the rpubchem package
contains functions to process XML files from Pubchem, which might
provide some pointers)
---
Rajarshi Guha <[EMAIL PROTEC
27;m not sure what the problem is
Any pointers would be appreciated
---
Rajarshi Guha <[EMAIL PROTECTED]>
GPG Fingerprint: 0CCA 8EE2 2EEB 25E2 AB04 06F7 1BB9 E634 9B87 56EE
--
I'm doing wrong?
Thanks,
---
Rajarshi Guha
GPG Fingerprint: D070 5427 CC5B 7938 929C DD13 66A1 922C 51E7 9E84
---
Does Ramanujan know Polish?
-- E.B. Ross
_
On Feb 7, 2009, at 3:13 PM, Romain Francois wrote:
Hi,
Have you tried :
> vignette( package = "rcdk" )
Yes, I had tried that
> vignette(package='rcdk')
no vignettes found
---
Rajarshi Guha
GPG F
be the levenstein distance - is
there a function that would work on vectors of integers rather than
strings? Are there more suitable candidates?
Thanks for any pointers
- ---
Rajarshi Guha <[EMAIL PROTECTED]>
GPG Fingerprin
o too important for me. Also, my trees are relatively small.
Any pointers would be apreciated
---
Rajarshi Guha <[EMAIL PROTECTED]>
GPG Fingerprint: D070 5427 CC5B 7938 929C DD13 66A1 922
ured
by specular reflections?
Thanks,
---
Rajarshi Guha <[EMAIL PROTECTED]>
GPG Fingerprint: D070 5427 CC5B 7938 929C DD13 66A1 922C 51E7 9E84
---
If you don't get a good night k
Thanks a lot for the pointer to rgl.pop() - that works (as does
looking at the examples!)
On Nov 22, 2008, at 10:28 AM, Duncan Murdoch wrote:
On 21/11/2008 2:30 PM, Rajarshi Guha wrote:
Hi, I'm using rgl to generate a 3D surface plot and I'm struggling
to get the lighti
PLEASE do read the posting guide http://www.R-project.org/posting-
> guide.html
> and provide commented, minimal, self-contained, reproducible code.
---
Rajarshi Guha <[EMAIL PROTECTED]>
GPG Fingerprint: 0CCA 8EE2 2EEB
40 matches
Mail list logo