Re: [R] rJava software

2011-03-17 Thread Bio7
Hello,

it seems that rJava tries to detect the path to the Java Virtual Maschine
from a registry key which is not installed. I gues that the HLM means
HKEY_LOCAL_MASCHINE where you find normally the path to your installed Java.
On my Windows System i have for example the path
HKEY_LOCAL_MASCHINE\Software\JavaSoft\Java Runtime Environment\1.6.0_24
where you can find the key for the Java installation path.
Try to open regedit fromyour Windows console and convince yourself that the
path is not present.

Maybee a reinstallation of the JRE or JDK helps (for the registry key). Or
try to put your Java installation (the location) on the OS system path (open
the Windows Shell and type Java -version if a installation is already on the
system path), maybee that helps, too. 

Also, does it matter where java is installed?
Yes, it does matter because the OS has to find the executables and native
libs of the JRE and rJava has to find them, too because it relies on them.

I hope this helps.
 

--
View this message in context: 
http://r.789695.n4.nabble.com/rJava-software-tp3383366p3383977.html
Sent from the R help mailing list archive at Nabble.com.

__
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 provide commented, minimal, self-contained, reproducible code.


Re: [R] Rserve : CStack usage too close to the limit

2010-04-15 Thread Bio7

I successfully use RServe with big matrices for e.g. image analysis and as a
computational backend for my GUI.

http://www.uni-bielefeld.de/biologie/Oekosystembiologie/bio7app/flashtut/rperspective.htm
http://www.uni-bielefeld.de/biologie/Oekosystembiologie/bio7app/flashtut/rperspective.htm


http://www.uni-bielefeld.de/biologie/Oekosystembiologie/bio7app/flashtut/supervisedimages.htm
http://www.uni-bielefeld.de/biologie/Oekosystembiologie/bio7app/flashtut/supervisedimages.htm
 

Often memory errors occurs if the size of the heap is to small on the java
side.
Try to start your application with more memory:
e.g.: java -Xmx512M yourprogramm

i hope this info helps.
-- 
View this message in context: 
http://n4.nabble.com/Rserve-CStack-usage-too-close-to-the-limit-tp1910695p1932149.html
Sent from the R help mailing list archive at Nabble.com.

__
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 provide commented, minimal, self-contained, reproducible code.


[R] New version of ecological modelling software available with improved R interface

2009-12-09 Thread Bio7

Dear R users,

again with the hope that this application can also be useful for some R
users,
i like to announce a new Windows version of the ecological modeling software
Bio7.

For information:

Bio7 uses a pure Rserve approach to interface Java and R and has a feature
rich GUI
to access and execute R methods from Java embedded in a Rich Client Platform
based on Eclipse.

In this release (1.4) a new R perspective is available with a spreadsheet
component and the R-Shell view to import, export data from Excel, OpenOffice
and CSV and to transfer them to a R workspace.
In addition new methods have been added to the R-Shell interface to transfer
data from and to the spreadsheet component.

http://www.uni-bielefeld.de/biologie/Oekosystembiologie/bio7app/flashtut/rperspective.htm
http://www.uni-bielefeld.de/biologie/Oekosystembiologie/bio7app/flashtut/rperspective.htm
 

Furthermore Bio7 1.4 embeds several tools for:

- Creation and analysis of spatial explicit simulation models.

- Image Analysis (embedded ImageJ). 
  Transfer of images to and from R is supported!
  For the limits see:
  
http://n4.nabble.com/Transfer-images-limits-and-tests-td622869.html#a622869
http://n4.nabble.com/Transfer-images-limits-and-tests-td622869.html#a622869 

- Fast communication between R and Java (with RServe) and
   the possibilty to use R methods inside Java, BeanShell and Groovy.
- Interpretation of Java and script creation (with BeanShell).
- Direct dynamic compilation of Java (Janino).
- Creation of methods for Java, BeanShell, Groovy and R
   (integrated editors for Java, R, BeanShell+Groovy).
- Sensitivity analysis with an embedded flowchart editor in which
  scripts, macros and compiled code can be dragged and executed.
- Creation of 3d OpenGL (Jogl) models. Dynamic data visualization from R
possible.
- Visualizations and simulations on an embedded 3d globe
   (World Wind Java SDK) see:
   
http://www.uni-bielefeld.de/biologie/Oekosystembiologie/bio7app/flashtut/worldwinddynamic.htm
http://www.uni-bielefeld.de/biologie/Oekosystembiologie/bio7app/flashtut/worldwinddynamic.htm
 
   

Overview of changes in 1.4:

http://n4.nabble.com/Bio7-1-4-released-td931650.html#a931650
http://n4.nabble.com/Bio7-1-4-released-td931650.html#a931650


Bio7 1.4 is available for Windows (with R and JRE embedded) and Linux (JRE
embedded) and can be downloaded from:

http://www.uni-bielefeld.de/biologie/Oekosystembiologie/bio7app/index.html
http://www.uni-bielefeld.de/biologie/Oekosystembiologie/bio7app/index.html 

With kind regards

M. Austenfeld

-- 
View this message in context: 
http://n4.nabble.com/New-version-of-ecological-modelling-software-available-with-improved-R-interface-tp955974p955974.html
Sent from the R help mailing list archive at Nabble.com.

__
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 provide commented, minimal, self-contained, reproducible code.


Re: [R] Video Analysis?

2009-09-06 Thread Bio7

In my application you can transfer images or single frames from ImageJ to R
very efficiently and easily.

http://www.uni-bielefeld.de/biologie/Oekosystembiologie/bio7app/flashtut/processavis.htm
http://www.uni-bielefeld.de/biologie/Oekosystembiologie/bio7app/flashtut/processavis.htm
 


However, there are also several plugins for  http://rsbweb.nih.gov/ij/
ImageJ  available to detect and quantify motion in images.

Another option would be to link and use the 
http://opencv.willowgarage.com/wiki/ OpenCV  library with R which embedds
algorithm to detect motion and more.


With kind regards

M. Austenfeld






-- 
View this message in context: 
http://www.nabble.com/Video-Analysis--tp25313450p25315904.html
Sent from the R help mailing list archive at Nabble.com.

__
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 provide commented, minimal, self-contained, reproducible code.


Re: [R] R running as a server on windows?

2009-02-10 Thread Bio7

Yes you can run the Rserve application on a remote computer in e.g network
and then you can connect
it from your Desktop computer. I've done this already with a remote Linux
computer (Rserve is running
very stable on a Linux computer).
For example i clustered an R,G,B image on a linux computer with R to make
use of the additional RAM
without to load my Desktop application (The remote connection will be a new
feature in the next release of my application). 
If the mentioned application uses Rserve and can be configured with an ip
adress etc. it should be
easily possible. 
Please read the information how to config Rserve(and read the security info
carefully!) on the Rserve website:

http://www.rforge.net/Rserve/ http://www.rforge.net/Rserve/ 

-Documentation

I hope this information helps!

Best regards

Marcel




-- 
View this message in context: 
http://www.nabble.com/R-running-as-a-server-on-windows--tp21929048p21939495.html
Sent from the R help mailing list archive at Nabble.com.

__
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 provide commented, minimal, self-contained, reproducible code.


[R] Bio7 1.3 for Linux released!

2008-11-06 Thread Bio7

Release notes:

http://www.nabble.com/Bio7-1.3-Linux-released!-td20360723.html#a20360723
http://www.nabble.com/Bio7-1.3-Linux-released!-td20360723.html#a20360723 

With kind regards

M.Austenfeld 
-- 
View this message in context: 
http://www.nabble.com/New-version-of-ecological-modeling-software-using-R-tp20318525p20362952.html
Sent from the R help mailing list archive at Nabble.com.

__
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 provide commented, minimal, self-contained, reproducible code.


[R] New version of ecological modeling software using R

2008-11-04 Thread Bio7

Dear R users,

again with the hope that this application can also be useful for some R
users,
i like to announce a new Windows version of the ecological modeling software
Bio7.

For information: 
Bio7 uses a pure Rserve approach to interface Java and R and has a feature
rich GUI
to access and execute R methods from Java embedded in a Rich Client Platform
based on Eclipse.

In the Bio7 1.3 release a new image transfer API is available. 
You can now transfer images (Float, Short, Byte, Colour) easily, fast and
efficiently from ImageJ to R and vice versa as different types (bytes,
integers,doubles).

http://www.uni-bielefeld.de/biologie/Oekosystembiologie/bio7app/flashtut/imagetnew.htm

In addition the R shell of Bio7 has been redesigned with many new features.

http://www.uni-bielefeld.de/biologie/Oekosystembiologie/bio7app/flashtut/newrshell.htm

The OpenOffice API for an easy data transfer to R has been recreated
allowing now also a transfer of Strings and NA values.

Furthermore the WorldWind Java API and interface allows to display and
create georeferenced data
in combination with spatial R methods (e.g. in rgdal).

http://www.uni-bielefeld.de/biologie/Oekosystembiologie/bio7app/flashtut/worldwind.htm

For more information please read the 
http://www.nabble.com/Bio7-1.3-released!-to20306605.html release notes  of
Bio7 1.3.

Bio7 is an OpenSource software and can be downloaded at:
http://www.uni-bielefeld.de/biologie/Oekosystembiologie/bio7app/index.html

A Linux version will be soon available, too.

With kind regards

M.Austenfeld



-- 
View this message in context: 
http://www.nabble.com/New-version-of-ecological-modeling-software-using-R-tp20318525p20318525.html
Sent from the R help mailing list archive at Nabble.com.

__
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 provide commented, minimal, self-contained, reproducible code.


[R] A cluster package question and request for images

2008-10-15 Thread Bio7

Dear R developers,

i'm developing a Java application with a very efficient image transfer api
between ImageJ and R.
In my next release i can transfer bytes to R very fast with the help of the
Rserve application.
Furthermore i added an easy to use interface to the clustering algorithm
clara in the cluster package.
At the moment i can cluster an R,G,B image with size 4000*4000 without any
problem on a 32-bit
package (with 3GB ram) with a good speed . For the clustering i have to
convert the byte vectors to integer vectors
and add them to a matrix. My question is if it is possible to change the
package in that way that the function clara 
which i use for clustering also accepts smaller datatypes so that i can
cluster bigger images (or more dimensions) without running out of memory. In
addition is there a better
way to transfer the vectors to this function maybe without the need to bind
the vectors to a
matrix (which costs little bit more time)?

Any answers or comments are appreciated.

With kind regards

M.Austenfeld
-- 
View this message in context: 
http://www.nabble.com/A-%22cluster%22-package-question-and-request-for-images-tp19989680p19989680.html
Sent from the R help mailing list archive at Nabble.com.

__
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 provide commented, minimal, self-contained, reproducible code.


Re: [R] Statistics on raster pictures - asking for an advice

2008-08-06 Thread Bio7

There a several pure R packages available like EBImage,pixmap,rimage and
rgdal (reads images
from which you can extract the different bands).

I also offer a software which combines ImageJ and R and is capable to
transfer images to R and create
images from R easily by means of the Rserve application.

Example:
http://www.uni-bielefeld.de/biologie/Oekosystembiologie/bio7app/flashtut/imagetransfer.htm

Statistics then can easily be done on the transfered matrix!

Can be downloaded at:
http://www.uni-bielefeld.de/biologie/Oekosystembiologie/bio7app/

With kind regards

M. Austenfeld


-- 
View this message in context: 
http://www.nabble.com/Statistics-on-raster-pictures---asking-for-an-advice-tp18846827p18848806.html
Sent from the R help mailing list archive at Nabble.com.

__
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 provide commented, minimal, self-contained, reproducible code.


[R] PCA on image data

2008-07-03 Thread Bio7

Dear R users,

i would like to apply a PCA on image data for data reduction. 
The image data is available as three matrices for the 
RGB values. At the moment i use

x - data.frame(R,G,B)#convert image data to data frame
pca-princomp(x,retx = TRUE)

This is working so far. 
From this results then i want to create a new matrix
from the first (second..) principal component. Here i stuck.
So my question is how can i create this matrix from the results of the PCA.
(Maybe there is also a faster method available for PCA?)

Any answers or advices are appreciated

With kind regards

M.Austenfeld

-- 
View this message in context: 
http://www.nabble.com/PCA-on-image-data-tp18255217p18255217.html
Sent from the R help mailing list archive at Nabble.com.

__
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 provide commented, minimal, self-contained, reproducible code.


Re: [R] PCA on image data

2008-07-03 Thread Bio7

Dear Jorge,

As i've already written the princomp method works for me. But i'm interested
to produce from the results a matrix which i can visualize (e.g the first
pc)  in an image application and which is then the source for a clustering
algorithm.
The background is that i've an application which can transfer images to R
and create images from R very fast (using ImageJ and RServe). I've already
clustered successfully image data with the cluster package.
If i now have more than three channels (or bands -  R,G,B) i want to reduce
the dataset with the PCA.
So which data (as a matrix) represents the first pc or how can i calculate
from the results
this matrix? Since i've not worked with the PCA method before any
explanation beyond the R help
would really help me.


-- 
View this message in context: 
http://www.nabble.com/PCA-on-image-data-tp18255217p18258404.html
Sent from the R help mailing list archive at Nabble.com.

__
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 provide commented, minimal, self-contained, reproducible code.


Re: [R] PCA on image data

2008-07-03 Thread Bio7

Dear Jorge,

i think it works. I have to investigate it further but have a visible result
from your suggestion.
Thank you very much for your help!

With kind regards

Marcel Austenfeld
-- 
View this message in context: 
http://www.nabble.com/PCA-on-image-data-tp18255217p18259659.html
Sent from the R help mailing list archive at Nabble.com.

__
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 provide commented, minimal, self-contained, reproducible code.


Re: [R] Re ading OpenOffice Calc spreadsheet into R

2008-06-17 Thread Bio7

I've  developed an application which can read in data (doubles and doubles
with head) directly from
OpenOffice by means of the Java OpenOffice API and Rserve. 

Presentation:

http://www.uni-bielefeld.de/biologie/Oekosystembiologie/bio7app/flashtut/transfertor.htm

With kind regards

Marcel
-- 
View this message in context: 
http://www.nabble.com/Reading-OpenOffice-Calc-spreadsheet-into-R-tp17875898p17879366.html
Sent from the R help mailing list archive at Nabble.com.

__
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 provide commented, minimal, self-contained, reproducible code.


Re: [R] Java to R interface

2008-06-05 Thread Bio7

The native *.dll can't be found for any reason.
For a first start simply put the native lib in your Eclipse Java project.
If you are developing a plugin or a RCP application
a must read is this article:

http://www.eclipsezone.com/articles/eclipse-vms/

explaining how to load and place native libs.

With king regards

Marcel





-- 
View this message in context: 
http://www.nabble.com/Java-to-R-interface-tp17672475p17674386.html
Sent from the R help mailing list archive at Nabble.com.

__
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 provide commented, minimal, self-contained, reproducible code.


[R] New version of ecological modeling software using R

2008-05-23 Thread Bio7

Dear R users,

Again with the hope that this application can also be useful for some R
users,
i like to announce a new Windows version of the ecological modeling software
Bio7.
In this release you can now easily transfer images from the well known image
analysis tool ImageJ to R or create images in ImageJ from a R matrix.

http://www.uni-bielefeld.de/biologie/Oekosystembiologie/bio7app/flashtut/imagetransfer.htm

Furthermore the interpretation of R scripts inside the RScript editor of
Bio7 is now much more stable and several methods have been added to the R
menu of Bio7.
In addition spatial data from R can now be visualized in a new available
OpenGL (Jogl) panel dynamically.

The software is available at:

http://www.uni-bielefeld.de/biologie/Oekosystembiologie/bio7app/index.html

With kind regards

M.Austenfeld



-- 
View this message in context: 
http://www.nabble.com/New-version-of-ecological-modeling-software-using-R-tp17419491p17419491.html
Sent from the R help mailing list archive at Nabble.com.

__
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 provide commented, minimal, self-contained, reproducible code.


[R] Problems with blanks and umlauts in filenames with Rserve

2008-05-11 Thread Bio7

Dear R developers,

I'm trying to load files by means of Rserve. If the files have blanks in it
names or
german umlauts the loading failes(for example when using the rgdal lib with
readGDAL() ). In the R application without Rserve this works.

Is there a general encoding recipe or switch that this works in Rserve, too
?

Any help is appreciated
-- 
View this message in context: 
http://www.nabble.com/Problems-with-blanks-and-umlauts-in-filenames-with-Rserve-tp17170368p17170368.html
Sent from the R help mailing list archive at Nabble.com.

__
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 provide commented, minimal, self-contained, reproducible code.


[R] Execute R with *.RData argument

2008-03-27 Thread Bio7

Dear R developers,

i would like to start R with a *.RData argument under Linux.
Something like R -f /home/user/workspace.RData

Is this possible?

Thanks in advance for any answers.
-- 
View this message in context: 
http://www.nabble.com/Execute-R-with-*.RData-argument-tp16323374p16323374.html
Sent from the R help mailing list archive at Nabble.com.

__
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 provide commented, minimal, self-contained, reproducible code.


Re: [R] Execute R with *.RData argument

2008-03-27 Thread Bio7

Thanks for the nice tip. 
I also consider to use the clipboard to transfer a command with the
file path which then can be pasted easily in the shell and executed.






Gabor Grothendieck wrote:
 
 Not sure if this is sufficient but if you always open your RData
 file in the same directory this may be good enough:
 
 mkdir ~/tmp
 cd ~/tmp
 R
 x - 33
 q() # answer y to save in .RData
 
 Now whenever you open R in ~/tmp it will load .RData containing x.
 You must be in ~/tmp and the file must be called .RData .  If you
 subsequently
 quit again in a subsequent session press y to update .RData for the
 subsequent
 session or n if you want to keep the first .RData.
 
 On Thu, Mar 27, 2008 at 5:02 AM, Bio7
 [EMAIL PROTECTED] wrote:

 Dear R developers,

 i would like to start R with a *.RData argument under Linux.
 Something like R -f /home/user/workspace.RData

 Is this possible?

 Thanks in advance for any answers.
 --
 View this message in context:
 http://www.nabble.com/Execute-R-with-*.RData-argument-tp16323374p16323374.html
 Sent from the R help mailing list archive at Nabble.com.

 __
 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 provide commented, minimal, self-contained, reproducible code.

 
 __
 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 provide commented, minimal, self-contained, reproducible code.
 
 

-- 
View this message in context: 
http://www.nabble.com/Execute-R-with-*.RData-argument-tp16323374p16331147.html
Sent from the R help mailing list archive at Nabble.com.

__
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 provide commented, minimal, self-contained, reproducible code.


[R] R plot as image data and another question

2008-03-18 Thread Bio7

Dear R developers,

i would like to get the plots of R in the form of matrix data which i want
to transfer
to an external image software. Is it generally possible to get the plot
information in form of
data values?

Another question concerns about the command line execution of scripts.
From an external application i want to be able to call R scripts (R -e )
to plot data.
If i call the scripts everything executes fine but the plotting window
terminates instantly.
Is there a possibility to stop the termination of the window(until it is
closed manually)?

Thanks in advance for any answers!







-- 
View this message in context: 
http://www.nabble.com/R-plot-as-image-data-and-another-question-tp16116808p16116808.html
Sent from the R help mailing list archive at Nabble.com.

__
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 provide commented, minimal, self-contained, reproducible code.


Re: [R] R plot as image data and another question

2008-03-18 Thread Bio7

In my case i use R by means of Rserve from my Java application. Since i`ve
integrated
the well known image analysis tool ImageJ i can send images to R and vice
versa.
This works well and is quite fast.
My idea now was to get the plot information from R in the form of matrix
data
which i can transfer to my application to create an image from the data in
ImageJ.

To my second question:
Since it is not possible to plot from Rserve it would be nice to call R for
the plot creation
(from the command line). As far as i remember the Rserve application crashed
as i applied
the suggested command.







-- 
View this message in context: 
http://www.nabble.com/R-plot-as-image-data-and-another-question-tp16116808p16117923.html
Sent from the R help mailing list archive at Nabble.com.

__
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 provide commented, minimal, self-contained, reproducible code.


Re: [R] Re ading microsoft .xls format and openoffice OpenDocument files

2008-03-11 Thread Bio7

Well, this can be realized with the OpenOffice API
and the rJava package i would guess:

http://rosuda.org/rJava/

I successfully use the OpenOffice APi with Rserve to get and send 
data from or to the OpenOffice calc tool (Windows, Linux). The OpenOffice
API itself
and its use is good documented here:

http://api.openoffice.org/DevelopersGuide/DevelopersGuide.html

So i think it can definitely be done.







-- 
View this message in context: 
http://www.nabble.com/Reading-microsoft-.xls-format-and-openoffice-OpenDocument-files-tp15894814p15976690.html
Sent from the R help mailing list archive at Nabble.com.

__
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 provide commented, minimal, self-contained, reproducible code.


Re: [R] Modelling disease spread

2008-02-13 Thread Bio7

The simecol package is maybe what you want.
http://hhbio.wasser.tu-dresden.de/projects/simecol/
http://hhbio.wasser.tu-dresden.de/projects/simecol/ 

Another possibility is to use a program i've written.
Here is a flash presentation maybe also interesting for you.
http://www.uni-bielefeld.de/biologie/Oekosystembiologie/bio7app/flashtut/animaterplot.htm
http://www.uni-bielefeld.de/biologie/Oekosystembiologie/bio7app/flashtut/animaterplot.htm
 

With kind regards
Marcel

-- 
View this message in context: 
http://www.nabble.com/Modelling-disease-spread-tp15459834p15460869.html
Sent from the R help mailing list archive at Nabble.com.

__
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 provide commented, minimal, self-contained, reproducible code.


Re: [R] Image analysis and image questions

2007-10-16 Thread Bio7

Thank for the answer but i'm searching for built in (matrix operations)
functions (filters) or functions for
pattern recognition to identify special regions or shapes (in my case
species, regions, boundary's).
I can then transfer the results back and mark the image in ImageJ.
In addition i found out that *.gif files are displayed inverted (not the
other tested file formats).
Nevertheless, i'm grateful for each tip.

With kind regards

Marcel
-- 
View this message in context: 
http://www.nabble.com/Image-analysis-and-image-questions-tf4611810.html#a13227456
Sent from the R help mailing list archive at Nabble.com.

__
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 provide commented, minimal, self-contained, reproducible code.


[R] Create *png or *.jpeg plot under Linux

2007-10-16 Thread Bio7

I have an example where i plot an image and load it dynamically in an image
analysis tool to create
a film (dynamic graph). This works well under Windows but i can't plot to
*.png or *.jpeg files 
under Linux (Ubuntu) with the same command.

I'm using:
  
png(file,width=200,height=200) or jpeg(file,width=200,height=200)

Any help is appreciated

With kind regards

Marcel
-- 
View this message in context: 
http://www.nabble.com/Create-*png-or-*.jpeg-plot-under-Linux-tf4632271.html#a13227574
Sent from the R help mailing list archive at Nabble.com.

__
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 provide commented, minimal, self-contained, reproducible code.


Re: [R] Create *png or *.jpeg plot under Linux

2007-10-16 Thread Bio7

I used this plotting command with try(jpeg..) to catch errors with the Rserve
application under Windows as the OS. I removed the try() construct under
Linux and then it worked as it should (i never came to the idea to remove
it..).

Thank you for your answer

With kind regards

Marcel

-- 
View this message in context: 
http://www.nabble.com/Create-*png-or-*.jpeg-plot-under-Linux-tf4632271.html#a13230894
Sent from the R help mailing list archive at Nabble.com.

__
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 provide commented, minimal, self-contained, reproducible code.


Re: [R] know java version

2007-10-05 Thread Bio7

If you use the java version fom the classpath you can type inside R:

system(java -version) 
or type java -version in the shell or console.

-- 
View this message in context: 
http://www.nabble.com/know-java-version-tf4573584.html#a13057080
Sent from the R help mailing list archive at Nabble.com.

__
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 provide commented, minimal, self-contained, reproducible code.


Re: [R] Calling R function from Java

2007-09-26 Thread Bio7

Hello,

I've created an application (IDE for ecological modelling) on the basis of
Eclipse which uses Rserve
 
http://www.rforge.net/Rserve/ http://www.rforge.net/Rserve/ 

to archieve this.
I also implemented a small api to send or access data from or to R and Java.
The transfer is very fast. I've also created a lot of examples which
demonstrates the use.
If this sound interesting for you visit

http://www.uni-bielefeld.de/biologie/Oekosystembiologie/bio7app/
http://www.uni-bielefeld.de/biologie/Oekosystembiologie/bio7app/ 

for more information.
The application is OpenSource and free to use.

With kind regards

Marcel
-- 
View this message in context: 
http://www.nabble.com/Calling-R-function-from-Java-tf4519877.html#a12897221
Sent from the R help mailing list archive at Nabble.com.

__
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 provide commented, minimal, self-contained, reproducible code.


Re: [R] Building packages including Java files

2007-09-21 Thread Bio7

I think you have to visit the following website to get information about java
packages:

http://www.rforge.net/rJava/ http://www.rforge.net/rJava/ 

Then of course the official R documentation which describes how to build
packages for R.


With kind regards

Marcel
-- 
View this message in context: 
http://www.nabble.com/Building-packages-including-Java-files-tf4492509.html#a12814486
Sent from the R help mailing list archive at Nabble.com.

__
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 provide commented, minimal, self-contained, reproducible code.