Displaying 7 results from an estimated 7 matches for "chisholm".
2010 Jul 20
5
Help with time in R
Hi,
I have a problem with the time formatting in R. I have entered time in the format "MM:SS.xyz" and R has automatically classified this as a factor, but I need it numerically. However when I use as.numeric() it gives me totally different numbers. Is there any way I can tell R to read thes input as a number?
Thank you very much
[[alternative HTML version deleted]]
2010 Jul 28
1
Help with scatterplots in R
Hi,
When I plot a scatter plot, R automatically only gives the years on the x-axis. How can I make R also show the months on the x-axis?
Thank you very much!
[[alternative HTML version deleted]]
2001 Mar 21
2
Half-Life + Wine (and other programs I suppose...) Recommendation!!!
Ive tried very hard to get Half-Life to run on my Linux box...and I have
finally managed to get it to work...the problem (the BIG problem) was
that I was trying to use an installed version of windows as the
basis of wine. It worked fine with most programs...but not Half-Life and
some other games...
My recommendation is that you dont use a preinstalled version of windows
as the basis of a wine
2008 Sep 26
6
BDD / cucumber thought - chaining ''Then'' steps with Which
Going back to the debate about keeping state between steps, I found
myself with the mild urge to be able to write this today:
Given there is a user
And the user has 20 friends
Then I should see a thumbnail of each of the users''s friends
Which should be a link to the user profile page for that friend
NB: An idiom in this which may be songkick-only but was inspired by
what
2009 Feb 17
5
[Cucumber] Level of features / Feature dependent steps
Forgive the long post, just looking for input/advice/alternate
opinions..
Like many I think that going through the exercise of framing user
requests in Cucumber terms(Features, Scenarios..) really helps
facilitate necessary conversations and avoid time wasted implementing
the wrong thing(e.g. as a requirement/specification tool). However,
I''m a bit confused when it comes to
2007 Oct 14
40
Step matchers
I think we all know that the readability of steps isn''t great right
now, and in fact there''s a very recent thread that discusses just
that. It was that recent thread that prompted me to explore this a
bit.
The basic idea is that you define step matchers, which have a regex,
and then you match step names against that regex. Kind of tough for
me to explain so I''ll just
2010 Aug 04
0
Help with plots
Hi,
I am trying to plot several time series plots with R, but I can't seem to get the x-axis properly formatted. What I am doing at the moment is:
dates <- seq(as.Date("2007/06/10", "%Y/%m/%d"),
as.Date("2010/03/28", "%Y/%m/%d"), 7)
par(mfrow=c(5,2))
plot(DateJonEnd1, End1Jon, main="Weekly Training at Endurance 1",