search for: yasmine

Displaying 4 results from an estimated 4 matches for "yasmine".

Did you mean: jasmine
1998 Nov 24
3
Problems compiling samba-1.9.18p10 on Solaris 2.6
...ys/stream.h:26, from /usr/include/netinet/in.h:38, from includes.h:160, from util.c:22: /usr/include/sys/model.h:32: #error "No DATAMODEL_NATIVE specified" *** Error code 1 make: Fatal error: Command failed for target `util.o' Thanx Yasmine
2010 Apr 15
2
graphic question
...tes on the graph. Then to plot the second label next to it, I am using te strwidth function to get the width of the previous label in user coordinate then add the maximum width to the x value. However, this is not working: Here is an example: lab1<-c("Hocine & Ruba 2000", "Yasmine 2004","Ziad was born in 2006") lab2<-c(20,22,45) lab3<-c(54677,10900,200) plot(-10:5,1:6) text(par("usr")[1],2:4,lab1,adj=c(0,0.5)) text(par("usr")[1]+max(strwidth(lab1)),2:4,lab1,adj=c(0,0.5)) However, this is not working OK. I would like to get the max w...
2010 Nov 15
1
SEXP and slots
...e STRSXP into a CharacterVector and then pull things in and out using indexing: Rcpp::CharacterVector aladdin(str_vec) ; std::string first = aladdin[0] ; aladdin[0] = "foobar" ; > There is a parallel operation VECTOR_ELT / SET_VECTOR_ELT for lists. Same thing for lists: Rcpp::List yasmine( some_vec_sxp ) ; double x = yasmine[0] ; yasmine[0] = "bla" ; >> 2. Any good references/resources for developing R? Nearly all the >> documents I've found are for programming R as a user, not as a >> developer. I have copies of the documentation, which are very...
2010 Apr 15
4
Does "sink" stand for anything?
Hello Everyone,   Learning about R and its wonderful array of functions. If it's not obvious, I usually try to find out what a function stands for. I think this helps me remember better.   One function that has me stumped is "sink." Can anyone tell me if this stands for something?   Thanks,   Paul         __________________________________________________ [[alternative HTML