-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #86 from boshek/master
Some general updates and housekeeping
- Loading branch information
Showing
88 changed files
with
3,147 additions
and
1,298 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,3 +5,5 @@ changelog.txt | |
^\.Rproj\.user$ | ||
README.md | ||
|
||
^README\.Rmd$ | ||
^README-.*\.png$ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,39 @@ | ||
export(wedderburn.number, layer.density, lake.number, uStar, water.density, | ||
thermo.depth, meta.depths, schmidt.stability, ts.meta.depths, | ||
ts.thermo.depth, load.bathy, load.ts, get.offsets, ts.schmidt.stability, | ||
ts.meta.depths, ts.thermo.depth, ts.lake.number, ts.uStar, ts.layer.temperature, | ||
ts.wedderburn.number, ts.buoyancy.freq, buoyancy.freq, layer.temperature, | ||
wtr.heat.map, wtr.lineseries, wtr.heatmap.layers, wtr.plot.temp, lake.number.plot, | ||
schmidt.plot, center.buoyancy, ts.center.buoyancy, internal.energy, | ||
ts.internal.energy, epi.temperature, hypo.temperature, whole.lake.temperature, | ||
approx.bathy) | ||
# Generated by roxygen2: do not edit by hand | ||
|
||
export(approx.bathy) | ||
export(buoyancy.freq) | ||
export(center.buoyancy) | ||
export(depth.filter) | ||
export(epi.temperature) | ||
export(get.offsets) | ||
export(hypo.temperature) | ||
export(internal.energy) | ||
export(lake.number) | ||
export(lake.number.plot) | ||
export(layer.density) | ||
export(layer.temperature) | ||
export(load.bathy) | ||
export(load.ts) | ||
export(meta.depths) | ||
export(schmidt.plot) | ||
export(schmidt.stability) | ||
export(thermo.depth) | ||
export(ts.buoyancy.freq) | ||
export(ts.center.buoyancy) | ||
export(ts.internal.energy) | ||
export(ts.lake.number) | ||
export(ts.layer.temperature) | ||
export(ts.meta.depths) | ||
export(ts.schmidt.stability) | ||
export(ts.thermo.depth) | ||
export(ts.uStar) | ||
export(ts.wedderburn.number) | ||
export(uStar) | ||
export(water.density) | ||
export(wedderburn.number) | ||
export(whole.lake.temperature) | ||
export(wtr.heat.map) | ||
export(wtr.heatmap.layers) | ||
export(wtr.layer) | ||
|
||
import("plyr") | ||
importFrom("grDevices", "colorRampPalette") | ||
importFrom("graphics", "abline", "axis", "filled.contour", "legend", | ||
"lines", "plot", "segments", "title") | ||
importFrom("stats", "approx") | ||
importFrom("utils", "read.table") | ||
|
||
|
||
|
||
export(wtr.lineseries) | ||
export(wtr.plot.temp) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# rLakeAnalyzer 1.11.0 | ||
* Added a `NEWS.md` file to track changes to the package. | ||
* revamp README with more detail | ||
* convert all documentation to roxygen2 (#44) | ||
* Add top level documentation file (#22) | ||
* Add split and merge vignette | ||
|
||
# rLakeAnalyzer 1.10.0 | ||
|
||
|
||
* Added split and merge algorithm to package which enable auto detection of clines (e.g thermoclines) | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.