[R] Creating rectangular plots with x and y coordinates and treatments from a matrix for a randomized block design
Rui Barradas
ruipbarradas at sapo.pt
Sun Sep 22 22:38:31 CEST 2013
Hello,
No, 'Yoda' is not a package, the package is 'fortunes':
library(fortunes) # load it in the R session
fortune("Yoda")
Or, if you don't want to load the package,
fortunes::fortune("Yoda")
Rui Barradas
Em 22-09-2013 21:32, Laz escreveu:
> Is "Yoda" an R package? I tried:
>
> install.packages("Yoda")
> Warning in install.packages :
> package 'Yoda' is not available (for R version 3.0.1)
> Warning in install.packages :
> package 'Yoda' is not available (for R version 3.0.1)
>
>
> How do I proceed from here?
> Regards,
> Laz
>
>
> On 9/22/2013 4:21 PM, Rolf Turner wrote:
>> On 09/23/13 07:52, Laz wrote:
>>
>> <SNIP>
>>> I was wondering if we could draw some horizontal and vertical lines
>>> to separate the blocks. Is it possible using R?
>> <SNIP>
>>
>> See fortune("Yoda"). :-)
>>
>> cheers,
>>
>> Rolf Turner
>>
>
>
> [[alternative HTML version deleted]]
>
> ______________________________________________
> R-help at r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.
>
More information about the R-help
mailing list