Re: [R] Setting graphical parameters

2010-03-03 Thread Rolf Turner
Do your own homework! It looks pretty trivial; what's your problem? cheers, Rolf Turner On 4/03/2010, at 2:39 PM, Pitmaster wrote: > > Hi guys... I have problem with this excersise... > > Consider the pressure data frame again. > > (a) Plot pressure against temper

[R] Setting graphical parameters

2010-03-03 Thread Pitmaster
Hi guys... I have problem with this excersise... Consider the pressure data frame again. (a) Plot pressure against temperature, and use the following command to pass a curve through these data: > curve((0.168 + 0.007*x)ˆ(20/3), from=0, to=400, add=TRUE) (b) Now, apply the power transformation