swfscMisc is a collection of utility functions used at the NOAA Southwest Fisheries Science Center in La Jolla, CA. The package contains functions for geodesic calculations, commonly used mapping functions, plotting special symbols, and miscellaneous analytical and conversion functions.
To install the stable version from CRAN:
install.packages('swfscMisc')
To install the latest version from GitHub:
# make sure you have devtools installed
if (!require('devtools')) install.packages('devtools')
# install from GitHub
::install_github('ericarcher/swfscMisc') devtools
sample.maps()
imdo()
intersectingPoint()
modeest::mlv()
to estimate mode in
distSmry()
pVal()
to handle NA and NaN values correctlydiversity()
. New function in
sprex
package.runjags2list()
to format posterior samples from
runjags::run.jags()
.perpDist()
and perpPt()
distSmry()
sn.params
functions for computing skew normal
parameters and momentsdestination()
to accept vectors and return a
matrix.plotAssignments()
to not change class names.plotAssignments
function.autoUnits
functionlat.range
and
lon.range
to NULL
in sample.map
.
If not specified, the ranges will be set to the ranges of the
lat
and lon
.transparent
functiondas.read
to handle errors in position and
suppress warnings about NA
s during numerical
conversions.das.map
to remove records with no positionisBetween
to accept a vector of numbersdiversity
function (moved from strataG
package)isBetween
function to test if a number is between
two numbers