Re: [R] Transparent Bands in R

2009-10-20 Thread Megha Patnaik
Hi, Maybe use polygon() ? Good luck, Megha. 2009/10/20 mnstn : > > Hello All, > > My question is regarding the attached plot. I would like to have multiple > transparent green bands running the length (yaxis) of the plot the width of > which is determined by the green lines at y=0 in the plot. C

[R] Missing value handling for felm function in lfe package

2013-08-29 Thread Megha Patnaik
specifications and don't want to remove observations for all. Help on this will be greatly appreciated! Thanks in advance and hope this is clear. Megha Megha Patnaik PhD candidate Dept of Economics Stanford University 650-868-6084 [[alternative HTML version de

Re: [R] Simulations using differential equations

2008-10-13 Thread megha patnaik
See http://cran.r-project.org/web/packages/odesolve/index.html 2008/10/13 <[EMAIL PROTECTED]> > > > Dear R-users, > > I am trying to perform some simulations from a model defined by ordinary > differential equations. I would be grateful if someone could indicate some > functions/packages/examples

Re: [R] Simulations using differential equations

2008-10-13 Thread megha patnaik
and http://cran.at.r-project.org/web/packages/deSolve/ 2008/10/13 megha patnaik <[EMAIL PROTECTED]> > See http://cran.r-project.org/web/packages/odesolve/index.html > > 2008/10/13 <[EMAIL PROTECTED]> > > >> >> Dear R-users, >> >> I am trying

Re: [R] Pkg rgl: installation fails because of x11

2008-10-28 Thread megha patnaik
This works. After installing the dependencies and installing RGL from inside R, library(rgl) rgl.open() should open a display window for you. 2008/10/27 Ben Bolker <[EMAIL PROTECTED]> > Duncan Murdoch stats.uwo.ca> writes: > > > > > Matthieu Stigler wrote: > > > Hello > > > > > > Im trying to

Re: [R] (no subject)

2008-11-05 Thread megha patnaik
How are you starting R ? It is not a directory. Usually, if you simply say R at a shell prompt, it starts R for you. 2008/11/6 Aimin Yan <[EMAIL PROTECTED]> > In linux, when I start R, > > I get some message like this: > > Error:unexpected '/' in '"/" > > Does anyone know why? > > AMY > > Than

Re: [R] configuring graphics device in Linux

2008-11-14 Thread megha patnaik
Hi John, I had struggled with this myself, and investigation revealed that it isn't an R problem, but an X11 bug in Ubuntu. This is evident from plot(rnorm(10)) failing to perform. If you are seeing this, then it is because X11 does not automatically detect Intel graphic cards. The solution is to

Re: [R] configuring graphics device in Linux

2008-11-14 Thread megha patnaik
. 2008/11/15 megha patnaik <[EMAIL PROTECTED]> > Hi John, > > I had struggled with this myself, and investigation revealed that it isn't > an R problem, but an X11 bug in Ubuntu. This is evident from plot(rnorm(10)) > failing to perform. If you are seeing this, then

Re: [R] configuring graphics device in Linux

2008-11-15 Thread Megha Patnaik
dSection If this doesn't work and you want to dig deeper: https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/221179 2008/11/15 john polo <[EMAIL PROTECTED]> > megha patnaik wrote: > > Hi John, > > an R problem, but an X11 bug in Ubuntu. This is e

Re: [R] configuring graphics device in Linux

2008-11-15 Thread Megha Patnaik
Great! You can navigate to choosing the resolution from the warning window. 2008/11/16 john polo <[EMAIL PROTECTED]> > Peter Dalgaard wrote: > >> from xdpyinfo: > >> screen #0: > >> dimensions:1280x800 pixels (289x21 millimeters) > >> resolution:112x968 dots per inch > > > > Ick! > >