Displaying 7 results from an estimated 7 matches for "mnstn".
2009 Oct 20
3
Transparent Bands in R
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. Can you suggest a
way to do it?
For those who can't or are unwilling to download the file the plot is at
http://www.twitpic.com/ma8w0
Thanks!
2009 Nov 04
2
Conditional read-in of data
...ords (conditional skip/skip reading
rows/skip data/conditional data read) etc. but couldn't find relevant
conversations. I apologize if this has already been discussed since it does
seem hard to imagine that nobody has come across this problem yet.
Any suggestions/comments are welcome.
Thanks,
mnstn
--
View this message in context: http://old.nabble.com/Conditional-read-in-of-data-tp26191091p26191091.html
Sent from the R help mailing list archive at Nabble.com.
2010 Feb 09
4
Re-execute previous command
Hello All,
In bash, to re-execute a command, say, 'gnuplot plot.gnu', one can type
!gnu. Is there a similar feature in the R console? For example:
plot(g1$mean,g2$mean)
.
.
.
Lines, many lines of commands
->Here I want to repeat the previous plot command.
!plot and plot(+TAB) do not work.
This question was asked in this forum back in 2006 but the answer seems to
have been lost
2010 Feb 09
3
Conditional plot
Hello All,
I have the following data set:
> all
[,1] [,2]
[1,] 297.04115 286.34645
[2,] 303.94056 270.81590
[3,] 297.87190 290.48009
[4,] 305.81938 304.26238
[5,] 294.92061 92.14025
[6,] 72.09721 304.83084
[7,] 66.53062 279.65700
[8,]
2010 Mar 25
2
Insert .eps files in to an R plot.
Hello Everybody,
I have an eps figure an awesome bacteria and a plot (generated using R) also
in eps format. Now it looks like there is space for only one figure and I
have to insert the picture of the bacteria into the plot. Is there a way to
insert figures (eps/png/jpg) in to plots (may be control over placement of
figures in the plot as well?) ? By plots I mean data represented using axes
and
2010 Mar 15
1
Help with calculating entropy of data
Hello All,
My question is not directly related to R but rather on which statistical
method I should look in to for capturing the entropy of a data-set as a
number. In this figure http://www.twitpic.com/18sob5 are two data sets blue
and green (x-axis is time) that fluctuate between (-1,+1). Clearly, green
has 4 jumps while blue has 1 (and a some?). Intuitively, green has more
entropy than blue. Is
2010 Feb 12
2
Multiple figures margin problem
Hello All,
I am trying to make a figure with 3x2 plots in it. Let us name the plots as
such:
1 2
3 4
5 6
I begin my script with:
par(mfcol=c(3,2))
par(oma=c(0,0,0,0)) --> This is for a postscript figure so I really don't
need the outer margins.
d=5
par(mar=c(d,d,d,d)) --> This applies to all the 6 plots.
Now if d=0, plots 1-2,3-4 and 5-6 will have no gap between them and