extract-methods: Extract parts of the repgrid object.

Description Author(s) Examples

Description

Extract parts of the repgrid object. Methods for "[", i.e., subsetting of repgrid objects.

Author(s)

Mark heckmann

Examples

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

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

## End(Not run)

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