[R] Creating rectangular plots with x and y coordinates and treatments from a matrix for a randomized block design
jim holtman
jholtman at gmail.com
Mon Sep 23 02:26:03 CEST 2013
CHeck out the 'tables' package if you want to create pretty outputs of
your tables. Exactly where do you plan to use them? You can also use
Sweave/Latex to create such tables.
Jim Holtman
Data Munger Guru
What is the problem that you are trying to solve?
Tell me what you want to do, not how you want to do it.
On Sun, Sep 22, 2013 at 4:45 PM, Laz <lmramba at ufl.edu> wrote:
> Hi,
>
> fortune("Yoda") returns a quote of fortunes.
>
> My problem was to draw horizontal and vertical lines to separate the blocks
> in my design. Each block has 4 elements. The first and second rows and
> columns are in block 1, 3rd and 4th rows and 1st and 2nd columns are in 3
> etc
>
>
> [,1] [,2] [,3] [,4]
> [1,] 2 4 2 3
> [2,] 1 3 4 1
> [3,] 3 2 2 3
> [4,] 1 4 4 1
>
>
>
> On 9/22/2013 4:38 PM, Rui Barradas wrote:
>>
>> fortune("Yoda"). :-)
>
>
> ______________________________________________
> 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