Re: [R] error in bargraph.CI {sciplot}

2011-03-25 Thread barbara costa
Well, I took some of my personal small functions that I was not using but was putting in my console in the beginning of the script and that finally worked! I don't know which function was, but if it happens again we can advise the person to that problem. thanks a lot. Barbara On 26 March 2011 00:

Re: [R] error in bargraph.CI {sciplot}

2011-03-25 Thread David Winsemius
On Mar 25, 2011, at 8:06 PM, barbara costa wrote: Hi again, I opened a new worskpace and if this function is done before I do other things it works! But to use my data I'll have a problem. It sounds like you have a collision of some sort between package function names. Running just with

Re: [R] error in bargraph.CI {sciplot}

2011-03-25 Thread barbara costa
Hi again, I opened a new worskpace and if this function is done before I do other things it works! But to use my data I'll have a problem. Thanks anyway. Barbara On 25 March 2011 23:51, barbara costa wrote: > Here's my session info: > > > sessionInfo() > R version 2.12.2 (2011-02-25) > P

Re: [R] error in bargraph.CI {sciplot}

2011-03-25 Thread barbara costa
Here's my session info: > sessionInfo() R version 2.12.2 (2011-02-25) Platform: i386-pc-mingw32/i386 (32-bit) locale: [1] LC_COLLATE=English_United Kingdom.1252 [2] LC_CTYPE=English_United Kingdom.1252 [3] LC_MONETARY=English_United Kingdom.1252 [4] LC_NUMERIC=C [5] LC_TIME=English_United Kingdom

Re: [R] error in bargraph.CI {sciplot}

2011-03-25 Thread barbara costa
Well, I have the R version 12.2.2 I installed sciplot_1.0-7.zip for windows. I have the Windows 7 in a HP laptop. I didn't modify anything. Just copied the examples script on bargraph.CI webpage to my R console beca

Re: [R] error in bargraph.CI {sciplot}

2011-03-24 Thread David Winsemius
On Mar 24, 2011, at 8:35 PM, barbara costa wrote: Hi to all, Does anybody knows why this is giving an error? data(ToothGrowth) # Two-way design with options bargraph.CI(dose, len, group = supp, data = ToothGrowth, xlab = "Dose", ylab = "Growth", cex.lab = 1.5, x.leg = 1,

Re: [R] error in bargraph.CI {sciplot}

2011-03-24 Thread Jorge Ivan Velez
Hi Barbara, Works just fine for me: > require(sciplot) Loading required package: sciplot > data(ToothGrowth) # Two-way design with options bargraph.CI(dose, len, group = supp, data = ToothGrowth, xlab = "Dose", ylab = "Growth", cex.lab = 1.5, x.leg = 1, col = "black", angle

[R] error in bargraph.CI {sciplot}

2011-03-24 Thread barbara costa
Hi to all, Does anybody knows why this is giving an error? data(ToothGrowth) # Two-way design with options bargraph.CI(dose, len, group = supp, data = ToothGrowth, xlab = "Dose", ylab = "Growth", cex.lab = 1.5, x.leg = 1, col = "black", angle = 45, cex.names = 1.25,