create_pg_indices | R Documentation |
Create matrix with index numbering conventions as for PRIO-GRID.
create_pg_indices(ncol = pgoptions$get_ncol(), nrow = pgoptions$get_nrow())
ncol |
The number of columns in the grid. |
nrow |
The number of rows in the grid. |
A ncol*nrow matrix with integer indices.
pg <- create_pg_indices()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.