The following output is produced when the number of spacing values does not match the number of strata. This can be rectified by ammending the number of spacing values supplied to make.design.
> generate.transects(design, region)
Error in seq.default(start.x, region@box[["xmax"]], by = spacing) :
'from' cannot be NA, NaN or infinite
In addition: Warning messages:
1: In runif(1, 0, spacing) : NAs produced
2: In runif(1, 0, spacing) : NAs produced```
The following output is produced when the number of spacing values does not match the number of strata. This can be rectified by ammending the number of spacing values supplied to make.design.