Displaying 5 results from an estimated 5 matches for "demitri".
Did you mean:
demitris
2009 Dec 05
1
R brush for SyntaxHighlighter
Hello,
I've written a brush for R for the SyntaxHighlighter JavaScript
library. It allows you to display R code on a web page with the proper
syntax highlighting. It's available here:
http://demitri.com/code
Comments and suggestions for improvement are welcome!
Cheers,
Demitri
2005 May 25
1
Using a C++ library to read a binary file
...the best way to do this? Can someone give me any pointers to
sample code?
One possibility I've considered is writing a small unix command line
program that, given the parameters, will return the string of
numbers. Is there a way to "capture" this from R into an array?
Cheers,
Demitri
2006 Nov 09
4
Plotting symbols with two positions?
Thanks a lot to Demitris for a prompt answer some minutes ago on another
tread (see below). To avoid excess mails on the list, I move onto next
question:
I have another small plotting problem that confuses me. I want to plot
results from a field trial series, using the numbers of the trials as
symbols in the plot.
pch =...
2007 Sep 04
1
Variable scope in a function
...variable, perhaps just within the context
of my function. I'm hoping to find some line that I can put at the
start of my function above so that the result would be:
> kat = 12
> test_func()
[1] "kat is undefined"
> kat
[1] 12
Thanks in advance for any help!
Cheers,
Demitri
2008 Jul 05
3
trying to superimpose a line plot onto a histogram
Hello,
I'm trying to superimpose a line plot onto a histogram but I'm not having
any luck. I've attached the dataset. What I did was:
> hist(data,freq=F)
Now I'm trying to superimpose the following points with a line connecting
them onto the histogram:
x y
100 0.535665393824959
200 0.212744329736556
300 0.0844933242968584
400 0.0335572838043417
500