search for: r_code

Displaying 8 results from an estimated 8 matches for "r_code".

Did you mean: f_code
2006 Dec 12
2
R_Code
Hello! I need the Code of the functions runif and rexp. Where can I get them? Can You help me? I thank you for an answer! bye Ilka --
2006 Jun 21
3
png() or jpeg() in a php script
Hello, I've got a problem with a PHP script, in which I call the system function (to call another processes). The call is : system("R --slave --vanilla < path/to/source/source.R"); if in this R file, I've got the lines: pdf(file="/path/to/file/file.pdf") commands dev.off() the pdf file is perfectly created but if I change the lines to:
2017 Dec 01
0
R-help: ActivPALProcessing
...the author about a month ago but have not heard anything either. Let me know if you have some recommendations on how I can move forward. Thanks! Katie Thralls 9254139791 CODE: install.packages("activpalProcessing") library("activpalProcessing") list.files("~/Dropbox/R_code/AP_Directory/") directory <- identifyDirectory("~/Dropbox/R_code/AP_Directory/") setwd("~/Dropbox/R_code/AP_Directory/") list.files() #Here I open "log.subjects.csv" in a text editor and a return at the end of the last (only) data row. Then resave as csv. T...
2002 May 15
1
can't get rcmd to work on windows2k....
I'm trying to make sure my R package will install properly (build help files, etc) and when I try to run the rcmd check (or any rcmd option) I get the following error. Does dcf.pm stand for perl module? If not, why do I get this message? C:\systemfit\r_code>rcmd check --help Can't locate R/Dcf.pm in @INC (@INC contains: c \PROGRA~1\r\rw1041\share\perl; /usr/lib/perl5/5.6.1/cygwin-multi /usr/lib/perl5/5.6.1 /usr/lib/perl5/site_perl/5.6.1/cygwin-multi /u sr/lib/perl5/site_perl/5.6.1 /usr/lib/perl5/site_perl .) at c:\PROGRA~1\r\rw1041/bin/check li...
2011 Jan 26
2
Dealing with R list objects in C/C++
Hi, I'd like to construct an R list object in C++, fill it with relevant data, and pass it to an R function which will return a different list object back. I have browsed through all the R manuals, and examples under tests/Embedding, but can't figure out the correct way. Below is my code snippet: #include <Rinternals.h> // Rf_initEmbeddedR and other setups already performed
2009 Dec 13
0
need a solution to an R-problem: consultant available?
...have posted my current Rscript below, with the location of the error noted, in addition, below the Rscript, is some example data. Let me know what you think. Cheers, Andre ###RSCIPT STARTS require(graphics) rm(list=ls()) # clears everything in working directory data = read.delim("F:/R_code/exampledata.txt") #head(data) # shows header attach(data) #attaches data to current run datasort=data[order(Stage), ] #sorts data so predicted values follow in systematic order #datasort # shows sorted data starts = list(const =0.00001, alpha = 20) fm <- nls(Discharge ~...
2000 Sep 06
3
Error Code 0
Hello, I have read over all of the FAQ's I could find, read all of the documnetation that I could find and still I cannot find an answer to the following problem. When I use the smbclient to check to see if Samba is working correctly I get the following response. This is running on Solaris 7 on a Sun box. If you need any other info please let me know. Any help would be very much
2012 Aug 27
2
Font size in geom_dl (using ggplot2)
Hey everyone, I am an R-newby... so sorry for bothering you with simple-to-solve questions;) I have the following issue: trying to add labels to my scatterplots (with geom_dl in ggplot2). Everything works fine, but after checking every resource I do not find a way to change the font size of my labels. I tried size, cex, fontsize at every position... but it always stays the same. ggplot()+