In this post I use OpenStreetsMaps and ggplot2 to plot geographically were psychologists live, using data from a facebook document.
Using R I'm doing a lot of simulations of the classic monty hall-problem and plotting multiple simulations using ggplot2.
It seems that Rserve works in a 1 byte charactersystem. This was giving us strange results. When I read in data from KNIME with strange characters like µ the errors began. Every time I used the character “µ”, my output in Rserve would be:...
Last week i created some plots, always for 1 feature. Today I started working on the full script that creates all these plots, 1 per feature. This means, using for loops in R. Let’s see how this is going to work out. Today I mostly worked on data...
Today I had a meeting with Emmanuel. He is a guy from inside Janssen who is very good with R-scripts. He made a lot of great plots which I had to use for our reports. During the meeting we came to a conclusion that all the difficult R-scripting he did,...
Today mostly existed in adding details or changing certain aspects of my graphs. For example, I had to turn around the y-axis on my levelplot, circleplot, … which wasn’t so easy at first. But after a bit of googling I found out I had to rev...
I’m starting on my real R-Scripts now. We got an assesment for some Reports and they needed my graphs and Veerle’s Reports. So the tasks are: Well distribution plot Quality plate control Surface Plot Heatmap CirclePlot and more to come̷...