dot-create | R Documentation |
Create indices for indexing map data structures (PolySets).
.createIDs(x, cols, fastIDdig=NULL)
.createFastIDdig(polysA, polysB=NULL, cols)
.createGridIDs(d, addSID, byrow)
x |
|
cols |
|
fastIDdig |
|
polysA |
|
polysB |
|
d |
|
addSID |
|
byrow |
|
.createIDs
: create IDs (or IDX) column from its input.
.createFastIDdig
: determine the maximum number of digits in
the second column of a data frame.
If given two data frames ('polysA'
and 'polysB'
),
determine the maximum between the two data frames.
.createGridIDs
: Create IDs for a grid according to the
addSID
and byrow
arguments.
.createIDs
: a vector of integer or real-number indices.
.createFastIDdig
: maximum number of digits to use in real-number index.
.createGridIDs
: a modified grid PolySet.
Nicholas M. Boers, Software Engineer, Jobber, Edmonton AB
Maintainer: Rowan Haigh, Program Head – Offshore Rockfish
Pacific Biological Station (PBS), Fisheries & Oceans Canada (DFO), Nanaimo BC
locus opus: Remote office, Vancouver BC
Last modified Rd: 2024-09-25
In package PBSmapping:
plotMap
,
addBubbles
,
addPolys
,
addLabels
,
addStipples
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.