Displaying 20 results from an estimated 10000 matches similar to: "Fill patterns using image()"
2004 Nov 16
2
R 2.0.0 Installation Problem
I and my students have been having an odd problem with this release,
which is that packages are disappearing. After installation the
package is found with the library command, but later in the same
session or in a later session, the library command returns a not found
error. Then later it is back. Happening on both Windows and OS X,
mostly but not entirely with Bioconductor packages.
David
2005 Jul 07
1
Orthogonal Distance Regressions
Hi,
I work with environmental data and want to determine correlations between
variables that either have no "dependent/independent" relationship or the
relationship is unknown. Therefore I prefer to use orthogonal distance
regression (orthogonal linear regression, perpendicular sum of squares,
etc.). I am trying to get set up to do this in R, but the various
terminologies are
2006 Oct 01
0
WISH: "R CMD build" should use the (correct) package name (PR#9267)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
I happened to be looking at that myself yesterday.
It is relatively easy to get the package name
from the DESCRIPTION file and not the directory name.
But there are other issues. I'll look into this further
in a week or two.
D.
ahenningsen at agric-econ.uni-kiel.de wrote:
> Full_Name: Arne Henningsen
> Version: >= 2.3.0
> OS: Linux
2005 Sep 26
1
hidden markov models
Dear R community,
I am looking for an R package or other software to study hidden
Markov models. I need to be able to incorporate multivariate
emissions and covariates for the transition probabilities. The msm
package seems almost perfect for my purpose, but I do not think it
allows multivariate emissions.
I will be grateful for your suggestions.
All the best,
--
Emilio A. Laca
One
2005 Apr 27
1
R/Splus--Perl Interface && ssh
Hi:
I'm using RSPerl_0.6-3 calling R from Perl under UNIX system. My perl programs with the RSPerl work well in my computer. If submitting these programs to a UNIX system by 'ssh' or to GNQS system by 'qsub', these programs do not work even though both systems can run R. Details are following. Any suggestion will be highly appreciated.
Xiao
My perl program 'tt.pl'
2004 Oct 22
0
Re: library.dynam() & .dynLibs() do not work as documented (PR#7305)
--d6Gm4EdcadzBjdND
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
Prof Brian Ripley wrote:
> nor in any sensible way we could document.
>=20
> In R 2.0.0 (and current R-patched and R-devel):
>=20
> > X11()
> > library.dynam()
> Filename Dynamic.Lookup
>
2003 Aug 28
1
Packages
I need to install some geostatistics packages that are not in the binaries,
for example gstat. I downloaded rm171 and installed, and I even added
precomplied packages successfully. Unfortunately, I do not know how to add
packages available as gstat. If you can spare a minute, could you give me a
lead on this?
Any other pointers on using R in mac os x will be greatly appreciated.
Thank you so much
2006 Sep 26
0
Not all functions work in RSPerl package?
Hi, Prof Duncan
I am sorry to report to a wrong place. But I am lucky to meet you by
chance, right? Thanks first ^^
1. The variable y1 is an array get from Perl, each element is from a
database (the type should be numeric). Here is the code for that.
$query = qq{
select exonCount, count(hsEnsGene) as geneCount from countTop1000ks group by exonCount order by exonCount;
2006 Sep 26
0
Not all functions work in RSPerl package?
Hi, Prof Duncan
I am sorry to report to a wrong place. But I am lucky to meet you by
chance, right? Thanks first ^^
1. The variable y1 is an array get from Perl, each element is from a
database (the type should be numeric). Here is the code for that.
$query = qq{
select exonCount, count(hsEnsGene) as geneCount from countTop1000ks group by exonCount order by exonCount;
2012 Nov 21
5
Creating a frequency table for binomial varaible
Hello,
I have simulated 30 observations from a binomial(5,0.1) distribution.
Now I need to make frequency table( that means I need to tally how many 0's
, 1's 2's....... 5's)
I know that the simple R function table() will do this, but I am afraid
that some times I may get zero frequency for some particular values (for
example in the above there are 5-0's 10-1's ,
2005 May 10
0
Fwd: Extract just some fields from XML]
Duncan, you are a king!
Thanks a lot for this cookie. It really helped me. Thanks for the code
as well as detailed explanation at the end.
>Hi Gregor.
>
>Here is a function that will collect all of the nodes in the
>XML document whose names are in the vector elementNames
>
>getElements =
>function(elementNames)
>{
> els = list()
>
> startElement = function(node,
1998 Nov 28
1
No subject
Dear Friends,
Yesterday I posed a question to the list concerning the possibility of doing
animation examples in R. Here is an example S-Plus (4.5 for Windows ) that
I wrote to illustrate my problem. If I try this in R (comment out the
graphsheet and guilocator calls) I don't see my results until after the
function has iterated through the 100 trials. I would like to plot each
iteration.
2002 Mar 11
1
filled bars with patterns
Hello All,
I've created a view stacked barplots where some of the bars should
contain a pattern such as stripes. Adjacent bars of the same stack
should have the same colour but a different finnling pattern. Is R able
to do that?
Anyway, it's not the end of the world if not, a workaround would be to
export the plot in fig format and then using xfig to make the bar
filling striped,
2002 Mar 11
1
filled bars with patterns
Hello All,
I've created a view stacked barplots where some of the bars should
contain a pattern such as stripes. Adjacent bars of the same stack
should have the same colour but a different finnling pattern. Is R able
to do that?
Anyway, it's not the end of the world if not, a workaround would be to
export the plot in fig format and then using xfig to make the bar
filling striped,
2004 Jun 18
2
Html help does not work in Mac OSX 10.3.4
I recently upgraded from R 1.8 to 1.9. I removed 1.8 following the
instructions. Html help has not worked since. When htmlhelp="TRUE" the
help.start() command results in the "patience" message and nothing else
happens. I am using mac osx 10.3.4. Help worked fine when I was using R 1.8.
I need help help ;-] Thanks!
--
Emilio A. Laca
One Shields Avenue, 2306 PES Building
2019 Mar 05
0
R cairo_pdf function does not respect plotting boundaries
Hi Paul,
Great, thank you for looking in to this, and I'm glad that you're able to reproduce it at your end too.
From your reply, I'm happy that it seems like the fix may be fairly trivial, but I understand the necessity for caution.
If there's anything else I can do to help, please do let me know.
Thank you again,
Best,
Lee
On Monday, 4 March 2019, Paul Murrell <paul at
2005 Oct 20
0
[R-gui] R GUI considerations
> From: Philippe Grosjean
>
> Duncan,
>
> I agree totally with you on all points, now that we clarified our
> respective ideas. I am afraid I probably agree also with your last
> point, from a theoretical point-of-view ("I still think we need more
> glue and am working on that while we continue to experiment with the
> design of GUIs for the next 5 years
2007 Aug 03
0
Intel P35 / quad-core support for HPC applications
Hello all,
Does anyone have experience with CentOS and the Intel P35 or G33
chipset? I've googled about and poked in the CentOS forums, but I've
generally found questions without responses.
I'm part of a university research group doing CFD (computational fluid
dynamics). We're incrementally updating our computing power and have
been looking at Intel quad-cores and the P35
1998 Nov 27
1
No subject
Dear friends,
I am trying to port a collection of S-PLUS teaching functions over to R.
Several of my functions use animation. Animation in S-PLUS is not ideal,
but can be accomplished with a call to guiLocator (this forces the program
to print to the graphsheet rather than wait until the function has completed
all calculations). Does anyone know if there is a trick that will enable
me to
1999 Mar 11
2
AFS on samba 2.0.2
>Ken, did you ever get afs support compiled into 2.0.2? I am in exactly
>the same boat as you are (were), where samba 1.9.18 was working great, but
>2.0.2 wouldn't compile with afs support. I too tried to copy the relavant
>parts of the makefile over, but ended up with the same errors as you did.
>Then I found your post to the samba list, and I'm hoping that you've