R/bioinfo.R
llrs_box.Rd
Create a data.frame with the positions of the sample in a square box
llrs_box(size)
A numeric value with the number of rows or columns.
A data.frame with the rows and columns.
box10 <- llrs_box(10) box9 <- llrs_box(9)