Skip to content

Instantly share code, notes, and snippets.

@juanchiem
Last active March 13, 2021 12:00
Show Gist options
  • Save juanchiem/d5e232b3b98132e3a0f13691d7ea6ee9 to your computer and use it in GitHub Desktop.
Save juanchiem/d5e232b3b98132e3a0f13691d7ea6ee9 to your computer and use it in GitHub Desktop.
library(tidyverse)
# library(googlesheets4)
library(agricolae)
# gruesa <- gs4_get("1kga0p0jrgDihhoh-kEXVg5Fc5dsSBmj7zIuUOEWzVrY")
# gs4_browse(gruesa)
design.rcbd(trt = 1:10, r=4, first=F, serie=2)$sketch %>%
as_tibble() %>%
rownames_to_column("fila") %>%
map_df(rev) #%>%sheet_write(gruesa, sheet = "plano_fungi")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment