Hi,
I am on Ubuntu 13.10, with R version 3.1.0 beta (2014-03-28 r65330) --
"Spring Dance" (64 bit).
It is a new install and when trying to plot I am getting above error message
Error in title(main = "Test", line = -1) :
X11 font -adobe-helvetica-%s-%s-*-*-%d-*-*-*-*-*-*-*, face 2 at size 11
co
Seeing that rubenvb's MinGW-w64 build uses gcc 4.7 and RTools use gcc 4.6,
I have tried again to get rid of all MinGWs and only use RTools (suspecting
maybe binary incompatibility). Instead of mingw32-make.exe I am trying to
use the make.exe supplied by RTools.
Boost compiles just fine, luckily. W
Hi again,
I am still struggling with this unfortunately.
I installed 64 bit MinGW (rubenvb's personal build) and managed to fully
compile boost (static libraries) and my library (shared library), after a
fair amount of pain. I can now even load my library with dyn.load. However,
I can't call my f
I forgot to mention, mingw32-make.exe isn't just required by premake4
generated make files, but also e.g. by CodeLite.
[[alternative HTML version deleted]]
__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE
Hi,
I am using premake4 generated make files to compile my projects, which
works fine if I am using mingw32-make.exe from the MinGW 32 bit
distribution, but doesn't work with the make.exe supplied by the latest
RTools 2.16.
That make.exe first complains it can't create directories and then that i
Of course. Thanks.
On 04/02/2011 18:32, Greg Snow wrote:
Try:
do.call(test,point)
__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and pro
Hey,
this may be a simple question, but I am struggling to apply a list of
parameters to a function.
Say I have the following function:
test<-function(a=1,b=2,c=3,d=4){a+b+c+d}
And the following list:
point<-list(a=3,d=2)
Is there a way I can evaluate function test at point?
(Apart fro
Hi Jim,
that works perfectly.
Thanks
Florian
On 21/06/2010 14:10, Jim Lemon wrote:
On 06/21/2010 09:51 PM, Florian Burkart wrote:
Hi together,
I am looking to plot a play symbol (e.g. a triangle with the tip facing
east) with the points command, but I noticed that this symbol is not
Hi together,
I am looking to plot a play symbol (e.g. a triangle with the tip facing
east) with the points command, but I noticed that this symbol is not
available. Is there a way of turning symbol types 24 or 25 to face east?
If not, what is the easiest way to achieve a play symbol?
Thanks
The combination of some data and an aching desire for an answer does not
ensure that a reasonable answer can be extracted from a given body of
data.
~ John Tukey
-Oorspronkelijk bericht-
Van: r-help-boun...@r-project.org
[mailto:r-help-boun...@r-project.org] Namens Florian Burkart
Verzo
Hi,
I have trouble with Sweave (I think) cutting of my newlines.
As stated in the help of Sweave, I generate tex code straight from R for
dynamically computed reports.
If I do this in R:
for (i in 0:4) {cat("\n",i,"\n")};cat("\n 3")
0
1
2
3
4
3
The output looks correct.
However
Hi,
if I specify the width and height of a plot I want to see via
> X11(width=14,height=7)
> X11(width=28,height=14)
> X11(width=20,height=14)
> X11(width=13,height=14)
> X11(width=15,height=14)
any width greater than 15 is ignored as it seems the width is limited by
the screen width.
Howeve
Cheers thanks guys just wanted to make sure there isn't another option I
could easily set to false.
On 26/03/2010 15:44, Greg Snow wrote:
Is the order consistent? Meaning that the pdf/eps producing run always comes
second?
If so, then set a variable to FALSE and when you get to the plotting
Hi,
following issue:
Sweave is running the R code to generate
figures three times under standard behaviour,
twice if run with eps=FALSE, once if run
with eps=FALSE,pdf=FALSE.
However, ideally, I'd want it to run once to
generate pds with eps=FALSE being set.
How come this isn't so? Am I miss
14 matches
Mail list logo