search for: leinweber

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

2005 Jun 23
3
grep negation
hi, using the example in the grep help: txt <- c("arm","foot","lefroo", "bafoobar") i <- grep("foo",txt); i [1] 2 4 but how can i get the negation (1,3) when looking for 'foo'? thanks, m.
2018 Mar 25
2
Suggesting patch to link DOIs against secure resolver
...ks that generate new ones, and c) a reg-ex that detects DOI links. Hopefully, my first venture into SVN & patch files was done correctly. My apologies, if there is anything amiss. In that case, I'll be happy to update the patch according to your advice. Thank you, and kind regards, Katrin Leinweber [1]: https://www.doi.org/doi_handbook/3_Resolution.html#3.8 [2]: https://github.com/parklab/nozzle/pull/27 PS: I left jss.cls untouched, because I emailed an equivalent patch to the JSS team already, and presume that their update will trickle down in due time. PPS: Through RSiteSearch("DO...
2018 Mar 26
0
Suggesting patch to link DOIs against secure resolver
>>>>> Katrin Leinweber <katrin.leinweber at uni-konstanz.de> >>>>> on Sun, 25 Mar 2018 19:04:34 +0200 writes: > Dear Madams and Sirs, > because the DOI foundation recommends a new, secure resolver [1], I > wanted to suggest the attached patch. It > a) updates a stati...
2004 Nov 05
1
text colour in legend
hello, the following example gives a plot with a legend: plot(-10:10,-10:10,type="n") x=1:10 y=1:10 tt=c("A","B","C","D","E","F") text(x,y,tt,cex=.8) legend(-10,10,paste(tt," ",x,y),text.col=c(2:4)) # each row in different colour but how can I colour the legend text by "column" meaning tt in red, x in