similar to: LondonR July Meeting

Displaying 20 results from an estimated 200 matches similar to: "LondonR July Meeting"

2010 Apr 08
0
LondonR meeting 4th May
Good afternoon everyone, I am pleased to confirm the details of the next LondonR meeting: Date: Wednesday 4th May Time: 6pm - 9pm Venue: The Shooting Star 125- 129 Middlesex Street E1 7JF (Nearest Tubes- Liverpool Street, Moorgate or Bank) I will distribute the agenda as soon as it has been finalised. If you would like to attend, please confirm via
2010 Sep 09
0
UseR groups: NewJersey R - LondonR - BaselR
NewJerseyR Mango Solutions is pleased to announce the inaugural meeting of "NewJerseyR" a networking and social event for all local and regional R users. Thank you to those of you already registered to attend the first NewJerseyR meeting on Thursday 16th September and to those of you who have already joined our mailing list for future NewJerseyR events. Please note that we are
2009 Jul 10
0
LondonR agenda
Thank you to everyone for showing such an interest in the next LondonR meeting. Please see below the agenda for the meeting- LondonR meeting - 21st July 2009 Time: 4pm - 7pm Venue: The Wall 45 Old Broad Street London ECN 1HU Tel: 020 7588 4845 Agenda: * 4pm - Richard
2009 Jul 14
0
LondonR meeting - 21st of July
Thank you to everyone for showing such an interest in the next LondonR meeting. Below is the agenda for the meeting: LondonR meeting - 21st July 2009 Time: 4pm - 7pm Venue: The Wall 45 Old Broad Street London ECN 1HU Tel: 020 7588 4845 Agenda: * 4pm - Richard Pugh
2009 Oct 15
0
LondonR Meeting - Free event
Hi all, The LondonR meeting is finally approaching and I am pleased to say that the venue and agenda have been finalised. Thank you to everyone who has already confirmed their places, and a little reminder to those who have yet to do so. I really hope you can all make it, and I look forwards to seeing you there. Please don't hesitate to contact me if you have any queries.
2010 Mar 26
1
BaselR
BaselR - The new R meeting We are pleased to announce the new R meeting to be held in Basel, Switzerland. BaselR will be held from 6:30-9:30pm on Tues, Apr 27 at TransBARent: http://transbarent.business.sv-group.ch Doors open at 6:30,pm with the presentations starting at 7:00pm Introduction: What is Basel R? Andreas Krause:... Graphing Pharma Data Yann Abraham: Graphics Charles Roosen: Web
2010 Jul 30
2
Data Handling
Hi, I am very new to R so these questions may seem simple! I have a huge 2 sets of data(matrix 5x20000++) in the following formats , for example "data.txt" and "data2.txt": Date Time X Y 03/03/1983 20:00 0.1 990 I would like to recreate a new matrix which filters through "data.txt" and
2010 Aug 02
4
Is there paid support for R?
Hi, I am trying to get R installed at work and I was asked if there were any companies that offered support. After searching on Google (many ways) and not find anything, I turn to you. BTW, I did see Revolution R supports their flavor. Thanks, Chris [[alternative HTML version deleted]]
2010 Jul 26
3
what is a vignette?
I am trying to find a simple R guide that explain what a vignette is but so far I didnt make any progress. I tried to search inside R's built in help.start() but it only returns results how to see vignettes. So could you please tell me what a vignette is and if you can also could you give some simple guide that I can always use to read about these things? Best Regards Alex
2009 Dec 01
4
Package is loaded but functions are not exported
Hello, I wrote a package, which in the NAMESPACE file exports functions like this: exportPattern("^\\rh") On R-2.8 (Linux, 64), upon loading the package I have the rh functions present. On R-2.10, Mac OS X, (32 bit), it builds, loads, but the functions are not loaded, i.e the only function is rhyper (which is not from my package). Is there something wrong with my package setup?
2009 Nov 09
1
\\signature macro generated by promptMethods
Hello, promptMethods generate a macro for signatures, but the macro does not exist in the Rd parser. > setClass("track", + representation(x="numeric", y="numeric")) [1] "track" > setGeneric("foo", function(x){ standardGeneric("foo") } ) [1] "foo" > setMethod( "foo", "track",
2010 Dec 14
0
googleVis 0.2.2 - Using the Google Visualisation API with R
Hi all, Version 0.2.2 of the googVis package has been released on CRAN and will be available from your local CRAN mirror in due course. googleVis provides an interface between R and the Google Visualisation API. The functions of the package allow users to visualise data stored in R with the Google Visualisation API without uploading their data to Google. We presented our initial ideas on
2010 Dec 14
0
googleVis 0.2.2 - Using the Google Visualisation API with R
Hi all, Version 0.2.2 of the googVis package has been released on CRAN and will be available from your local CRAN mirror in due course. googleVis provides an interface between R and the Google Visualisation API. The functions of the package allow users to visualise data stored in R with the Google Visualisation API without uploading their data to Google. We presented our initial ideas on
2009 Dec 08
2
automated image processing
Hi, I am looking for a R package which is capable to process and analysis pictures of tissues (stained) in an automatic way. I had a look on biops and EBImage (Bioconductor) but they are not automatic... Did you already use/know a such package ? Thanks, - Martial _________________________________________________________________ Tchattez en direct en en vidéo avec vos amis !
2010 Aug 14
1
Creating list from a long vector
Stupid question, but its been a long night. If I have a long vector how can I turn it into a list of the same length x<-rep(seq(1,100,by=1),each=10) [[alternative HTML version deleted]]
2009 Nov 13
2
How to show all the functions and classes that are defined in a library?
library(some_library_name) Suppose I load a library. I'm wondering what command I should use to list all the functions, classes and variables defined in the library.
2009 Dec 02
2
Arithmetic on multiple files
Dear R-users, I'd like to perform arithmetic functions on 1000 files containing a 2000x2000 matrix. Can anyone advise? For example, File1 File2 Output 1 1 1 4 4 4 5 5 5 2 2 2 + 5 5 5 = 7 7 7 3 3 3 6 6 6 9 9 9 Muhammad -- Muhammad Rahiz | Doctoral Student in Regional Climate Modeling Climate Research
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
2010 Aug 16
2
Random Number Generators and Sample
I am trying to get documentation about the random number generator used in "sample". The help for sample does not mention it. Can anyone point me in the right direction. Thanks [[alternative HTML version deleted]]
2010 Aug 20
1
Rserve (Anyone?)
REXP has an asBytes() method. Will this capture the output of an R plot function if a proper graphics device is used? It appears R insists on sending plot output to a file. Kind of strange since it insists on loading all your data into memory before it can do anything. If so then does anyone know what this would be? I prefer png or jpeg. Example: c is an RConnection REXP r =