[R] main title in plot; outer=TRUE (cut off)

2011-12-16 Thread AlexC
Hello, I'm trying to position a plot title "1 a)" in the top left corner of a graph; i've set outer=TRUE for it to be in the outer margin unfortunately this is cut off. Is there a way either to make it so that it is not cut off or increase the number of margins and then place it in margin below

Re: [R] axis thickness in plot()

2011-12-07 Thread AlexC
RESOLVED dear Peter thank you for your quick response naturally, I was trying lwd before using lwd.axis, the only reason i tried lwd.axis is because lwd wasn't working yesterday. I restarted R today and for some reason the exact same script, with the lwd argument, that gave me the lwd error yeste

[R] axis thickness in plot()

2011-12-06 Thread AlexC
Hello, I am trying to increase the thickness of the axis in plot() without reverting to the use of paint programs i see posts on that topic for the xyplot function but want to see if i can do it with plot() because i've already setup my graph script using that i thought i could use axis() funct

Re: [R] Correlation Matrix in R

2011-11-01 Thread AlexC
Hello, Thank you for your replies. I cannot run the function rcor.test even when having loaded package ltm. Perhaps it has to do with the fact that I am using the latest version of R and this package wasn't created under that version The function corr.test in package psych works fine. Is ther

Re: [R] Correlation Matrix in R

2011-10-26 Thread AlexC
Thank you for your quick reply and helpful advice. Using this argument allows me to do what I needed to do Now the only other thing I wanted to accomplish was to obtain the top half of the matrix with p values and the bottom half with the correlations, to observe the significant correlations. I

[R] Correlation Matrix in R

2011-10-25 Thread AlexC
Hi, I am currently working with a data set which contains a list of julian dates of phenological (flowering, leaf growth etc.) I obtained a correlation matrix by simply using the cor function with the dataset cor(dataset,use="complete.obs") that gives me a correlation matrix but the correlatio