key.scsset | R Documentation |
Define or extract index keys for various gulf.data
objects.
## S3 method for class 'scsset'
key(x, ...)
## S3 method for class 'nssset'
key(x, ...)
## S3 method for class 'nsscat'
key(x, ...)
## S3 method for class 'nssbio'
key(x, ...)
## S3 method for class 'nsslen'
key(x, ...)
## S3 method for class 'scscat'
key(x, ...)
## S3 method for class 'scsbio'
key(x, ...)
## S3 method for class 'scslen'
key(x, ...)
## S3 method for class 'star.oddi'
key(x, ...)
## S3 method for class 'esonar'
key(x, ...)
x |
Data object. |
key(scsset)
: Fetch scsset
index key.
key(nssset)
: Index key for Northumberland Strait catch set (nsscat
).
key(nsscat)
: Index key for Northumberland Strait catch data (nsscat
).
key(nssbio)
: Index key for Northumberland Strait biological data (nssbio
).
key(nsslen)
: Index key for Northumberland Strait length data (nsslen
).
key(scscat)
: Index key for snow crab survey by-catch data (scscat
).
key(scsbio)
: Fetch scsbio
index key.
key(scslen)
: Fetch scslen
index key.
key(star.oddi)
: Fetch star.oddi
index key.
key(esonar)
: Fetch esonar
index key.
x <- read.scsset(2020)
key(x)
key.scsset()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.