View source: R/design_xlsx_fieldbook.R
This function allows to paste values in the Installation Excel (Fieldbook) Sheet
1 2 3 4 5 6 7 | add_installation_sheet(file = NA, crop_template = NA, col_name = "Value",
exp_design = NA, genetic_design = NA, rep = NA, block = NA,
exp_env = NA, plot_start_number = NA, n_plant_plot = NA,
n_plant_row = NA, plot_size = NA, plant_density = NA,
distance_plants = NA, distance_rows = NA, factor_name = NA,
factor_name_1 = NA, factor_name_2 = NA, factor_name_3 = NA,
factor_name_4 = NA, factor_name_5 = NA)
|
file |
The file name of excel fieldbook |
crop_template |
The crop template used to create Hidap Fieldbook |
col_name |
The col name to paste values. By defaul is "Values" |
exp_design |
The name of the excel fieldbook |
genetic_design |
The genetic design |
rep |
The number of repetition |
block |
The number of block |
exp_env |
The environment of the experiment |
plot_start_number |
The plot start number |
n_plant_plot |
The number of plant per plot |
n_plant_row |
The number of plant per row |
plot_size |
The number plant per row |
plant_density |
The plant density |
distance_plants |
The distance between plants |
distance_rows |
The distance between rows |
factor_name |
The name of factor |
factor_name_1 |
The first level of the factor |
factor_name_2 |
The second level of the factor |
factor_name_3 |
The third level of the factor |
factor_name_4 |
The fourth level of the factor |
factor_name_5 |
The fifth level of the factor |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.