subassign: Method for "<-" assignment of the repgrid ratings.

Description Author(s) Examples

Description

Method for "<-" assignment of the repgrid ratings. It should be possible to use it for ratings on all layers.

Author(s)

Mark Heckmann

Examples

1
2
3
4
5
6
7
8
## Not run: 

x <- randomGrid()
x[1,1] <- 2
x[1, ] <- 4
x[,2] <- 3

## End(Not run)

OpenRepGrid documentation built on May 2, 2019, 4:54 p.m.