Learn R Programming

biometryassist (version 1.3.0)

create_buffers: Create buffers for design plots

Description

Create buffers for design plots

Usage

create_buffers(design, type, blocks = FALSE)

Value

The original data frame, updated to include buffers

Arguments

design

The data frame of the design.

type

The type of buffer. One of edge, row, column, double row, double column, or block (coming soon).

blocks

Does the design data frame contain blocks?