search for: geophagus

Displaying 9 results from an estimated 9 matches for "geophagus".

2012 Aug 28
4
barchart with 3 Arguments
...or a matrix. On the y-axis, the "amount_cattle" should be displayed and on the x-axis the "year" and the "country" so that I can compare the amount over the years in each country. Each country on the x-axis needs 4 bars (2000-2003). I hope you can help me. Thanks a lot geophagus -- View this message in context: http://r.789695.n4.nabble.com/barchart-with-3-Arguments-tp4641572.html Sent from the R help mailing list archive at Nabble.com.
2012 Nov 12
8
no y-axis
HI @ all, I'm looking for a simple solution to supress the y-axis - but only the drawn scale - not the values. Only the numbers should be displayed. I tried yaxt="n" but there everything of the y-axis is supressed. Thanks GeO -- View this message in context: http://r.789695.n4.nabble.com/no-y-axis-tp4649298.html Sent from the R help mailing list archive at Nabble.com.
2012 Jan 10
1
colored outliers
...,lwd=3) summary(lm(NI~TOC,data=TOC_NI)) The result is the following pic: http://r.789695.n4.nabble.com/file/n4282207/nickel_TOC_5f.png nickel_TOC_5f.png Now I want to make small red circles around the four highest values of Ni. Does anyone has an idea how to do that? Thanks a lot! Best Regards Geophagus -- View this message in context: http://r.789695.n4.nabble.com/colored-outliers-tp4282207p4282207.html Sent from the R help mailing list archive at Nabble.com.
2011 Nov 29
3
Matrix for correlation
hi @ all, I have problem with creating a matrix for a cor() function. I try to use the cor() function on a matrix to test the correlation between each value in a column. Maybe like corr(x, method = xyz). My x has two columns maybe like this: MEDIA VALUE Car 23 Train 26 Plane 25 Cab 22 Bike 15 .... and so on. Now I want to calculate the correlation between Car and Train, Car
2011 Jul 20
3
Grouping columns
*Hi @ all, I have a question concerning the possibilty of grouping the columns of a matrix. R groups the columns alphabetically. What can I do to group the columns in my specifications? The script is the following:* > #R-Skript: Anzahl xyz > > #Quelldatei einlesen > b<-read.csv2("Z:/int/xyz.csv", header=TRUE) > > #Teilmengen f?r die Einzeljahre generieren >
2012 Nov 08
3
Regrouping dataframe
Hi @ all, I hope for some help of you. I have a dataframe and I want to regroup it. examp4.csv <http://r.789695.n4.nabble.com/file/n4648927/examp4.csv> I need the arguments of "VAL" as table heads and the "TYPE " only in individual expression. The result should look like in the example pic. exp4.png <http://r.789695.n4.nabble.com/file/n4648927/exp4.png> I
2012 Nov 15
3
merge dataframes with condition
Hi @ all, I wamnt to combine two dataframes including a condition. I have two dataframes like the following: animal<-c("bear","bear","lion","monkey","fish","monkey","bear","zebra","zebra") val<-c(2,42,67,5,12,9,87,1,12)
2012 Sep 11
1
plot dataframe with inconsistently relations
Hi @ all, I work with a dataframe like the attached one. I want to plot it, so that "value" is listed on the y-axis, "year" on the x-axis and "states" as lines in the coordinate system. I tried the following code: require(ggplot) plot1<-ggplot(TEST, aes(year, value)) + geom_line(aes(colour = state)) The result could be very nice but the the lines are stacked.
2012 Nov 08
2
Stacked Barchart as relative share
Hi @ all, I'm looking for a solution to plot a dataframe as a stacked bar chart like on this picture: http://4.bp.blogspot.com/_79SognVSu7A/S6OtzgksPSI/AAAAAAAABrw/-IuFNewdZFE/s400/Stacked%2BBar%2BChart.png My dataframe example2.csv <http://r.789695.n4.nabble.com/file/n4648854/example2.csv> My questions: Is there a standard function to convert the values to 100 percent relate to