Displaying 3 results from an estimated 3 matches for "gomulka".
Did you mean:
fomula
2010 Jun 11
4
setting the current working directory to the location of the source file
AFAIK a script run through source() does not have any legit way to learn
about it's own location.
I need this to make sure that the script will find its datafiles after I
move the whole directory. (The datafiles are in the same directory.)
Here is a hack I invented to work around it:
print(getwd())
source_pathname = get("ofile",envir = parent.frame())
source_dirname =
2010 Nov 20
2
plotting a timeline
I was trying to recreate this kind of timeline plot:
http://www.vertex42.com/ExcelArticles/create-a-timeline.html
As you can see in their excel example, the events are nicely placed out on
both sides of the timeline axis.
AFAIK there is no function to do this nicely in R-project. Furthermore,
graphics and lattice packages are unable to draw the x-axis in the middle of
the plot. (datapoints
2010 Nov 24
0
4. Rexcel (Luis Felipe Parra)-how to run a code from excel
...ional-Optimization-tp3053782p
3053782.html
Sent from the R help mailing list archive at Nabble.com.
[[alternative HTML version deleted]]
------------------------------
Message: 30
Date: Mon, 22 Nov 2010 16:19:14 +0100
From: ?ukasz R?c?awowicz <lukasz.reclawowicz at gmail.com>
To: Marcin Gomulka <mrgomel at gmail.com>
Cc: r-help at r-project.org
Subject: Re: [R] plotting a timeline
Message-ID:
<AANLkTimfz8Eo1GZouw5hf_ROvSVDzk8mgJGjLMwCb5d4 at mail.gmail.com>
Content-Type: text/plain
2010/11/20 Marcin Gomulka <mrgomel at gmail.com>
> I'd rather do this with a ded...