[R] Plot with two seperate y axis

2006-11-24 Thread Thorsten Muehge
Hello, I would like to plot the following matrix: Wk=x achsis. Para 1 = left y-axis as a barplot para 2 right y-axis as a normal scatter plat. I could not find such a solution in any of my documentation. Can someone help me? Thanks a lot Thorsten WkPara 1 Para 2 312000 99.8 32

[R] Reformat a data frame

2006-11-07 Thread Thorsten Muehge
Hello Experts, how do I reformat a data frame in the way described below: df1: IDdesc resist thick temp 1 4711 100 5 20 2 4712 101 4 21 3 4711 993 19 4 4712 987 22 TO df2: iddesc Param Value 1 4711 resist 100 1 4711

[R] OBS in Column 1

2006-11-07 Thread Thorsten Muehge
Hello R Freaks, is there a way to omit the counts in the first column of a data.frame. Thanks a lot for your help Thorsten __ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide

[R] Variables in RODBC environment

2006-10-05 Thread Thorsten Muehge
Hello Experts, how can I use variables in the RODBC environment. Example which does not work: Thanks for your help. Thorsten pn - '39R5238'; library(RODBC); odbcobj - odbcConnect(SQUIT21C,uid=muehge,pwd=xxx); sql - select u.unitid, from test where part in ('pn') ; parameter -

[R] Help on Dates in R again

2006-09-21 Thread Thorsten Muehge
Hello R Experts, I want to aggregate parameters by week. But our production week ends Friday night instead of Sunday Night which is the default value in R. In order to solve the problem I want to substract two days from the current data and than use the R function

[R] Variable im Data Frame Namen

2006-09-20 Thread Thorsten Muehge
Hello R Experts, how can I incorporate a variable in a data frame definition? Example: week - 28 test(week) - data.frame(a,b,s,c); test28 __ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting

[R] R-question

2006-09-13 Thread Thorsten Muehge
Hello Colleagues, I programmed in SAS for 3 years and would like to switch to a not so costly software product. Hence I started to evaluate R, and my first test look promising. However I have some question: 1. Is it possible to query R files by SQL internally on data frames (not on a