Nothing
knitr::opts_chunk$set( message = FALSE, warning = FALSE, background = '#F7F7F7', fig.align = 'center', dev = 'png', comment = "#>" ) options(width = 100, stringsAsFactors = FALSE, timeout = 600)
aggregateColorPlot()
: unique visualization of soil color summaries generated by aqp::aggregateColor()
colorMixtureVenn()
: simulated mixture of pigments displayed as a Venn diagramhuePositionPlot()
: visualization of Munsell hue position in CIE {A,B} coordinates, with user-specified origin, value / chroma, and moreaspect.plot()
: graphical summary of aspect angle measurements
generateLineHash()
: create a unique ID for line segments via murmur32 hash
joinAdjacency()
: join document adjacency helper functionpolygonAdjacency()
: summary of spatial adjacency from a polygon fabric
LL2PLSS()
: convert geographic coordinates into PLSS notation
PLSS2LL()
: convert PLSS notation into geographic coordinatesformatPLSS()
: properly encode PLSS notation for use by PLSS2LL()
CDEC_StationInfo()
: information on CDEC stationsCDEC_query()
: submit a generic query to CDEC web-serviceCDEC_snowQuery
: submit a query to the CDEC web-service specifically for CA cooperative snow survey dataFFD()
: frost-free day estimationFFDplot()
: visualization of frost-free day summaryHenryTimeLine()
: graphical summary of sensor data from the Henry Soil and Water DatabasePCP_plot()
: graphical depiction of "percentiles of cumulative precipitation"prepareDailyClimateData()
: collect data required to run a simple water balance model at a daily time stepprepare_SSURGO_hydro_data()
: collect soil property data from SSURGO to parametrize water balance modeldailyWB_SSURGO()
: perform a daily water balance using SSURGO data
simpleWB()
: simple interface to the hydromad bucket.sim
(leaky bucket) model
dailyWB()
: daily water balance via hydromad bucket.sim
(leaky bucket) modelmonthlyWB()
: monthly water balance via hydromad bucket.sim
(leaky bucket) modelplotWB()
: bar graph style visualization of water balance simulationplotWB_lines()
: line graph style visualization of water balance simulationestimateSoilMoistureState()
: convert volumetric water content into approximate soil moisture statusmoistureStateProportions()
: summarize soil moisture state via proportions over month, week, or Julian daymoistureStateThreshold()
: convert proportions into probability of exceedance based on given thresholdplotAvailWater()
: create a simplistic diagram of various fractions of water help within the soil pore-spacecomponent.adj.matrix()
: create an adjacency matrix from SSURGO component datadiagnosticPropertyPlot()
: multivariate summary of pedon diagnostic featuresplotSoilRelationGraph()
: graphical representation of component adjacency via igraph packageplotSoilRelationChordGraph()
: graphical representation of component adjacency via circlize packageplotTransect()
: plot soil profile sketches along a cross-sectionvizAnnualClimate()
: visualization method for annual climate summaries via soilDB::fetchOSD(..., extended = TRUE)
vizFlatsPosition()
: visualization method for flat geomorphic types summaries via soilDB::fetchOSD(..., extended = TRUE)
vizGeomporphicComponent()
: visualization method for 3D geomorphic description summaries via soilDB::fetchOSD(..., extended = TRUE)
vizHillslopePosition
: visualization method for 2D geomorphic description summaries via soilDB::fetchOSD(..., extended = TRUE)
vizMountainPosition()
: visualization method for mountain geomorphic description summaries via soilDB::fetchOSD(..., extended = TRUE)
vizSurfaceShape()
: visualization method for surface shape (curvature) summaries via soilDB::fetchOSD(..., extended = TRUE)
vizTerracePosition()
: visualization method for terrace geomorphic description summaries via soilDB::fetchOSD(..., extended = TRUE)
reconcileOSDGeomorph()
: create a subset of SoilProfileCollection
and extended records from soilDB::fetchOSD(..., extended = TRUE)
such that no series are missing in eitherplotGeomorphCrossSection
: display soil profile sketches along a geomorphic cross-sectionhydOrder()
: hydrologic ordering of a geomorphic proportion matrixplotProfileDendrogram()
: "hang" soil profile sketches from a dendrogramSoilTaxonomyDendrogram()
: arrange soil profile sketches according to subgroup level classification in Soil TaxonomyisMineralSoilMaterial()
: mineral soil criteria from 12th edition of the Keys to Soil TaxonomyAny scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.