kitagawa | R Documentation |
New capability to model open well response: open_well_response
well_response
now returns complex frequency response only, rather than
returnin amplitude and phase as separate vectors.
Substantial documentation improvements (and shuffling around).
Response functions now add attributes and class to output: 'wrsp' and 'owrsp' for sealed and open well response, respectively.
New methods for 'wrsp' and 'owrsp', including plot.wrsp
, for example.
kitplot
is simply a link to plot.wrsp
Changed variable names in well_response
and added defaults in case some
are missing.
Added a vignette highlighting model differences.
New utility function .in0to1
to test for existence between zero to one;
this is useful to check if a parameter is valid (e.g. Skemptons ratio).
New utility constants
to access stored physical constants.
Removed empty .Last.lib
function.
Added missing closures in 'NEWS.Rd'.
Added .onAttach
message into 'zzz.R' file.
NEWS is now in Rd format in the inst/ directory.
This marks the first release to CRAN: kitagawa.
added a demo
bug fix: when given a single frequency (omega), the calculation failed
documentation improved
First version, checks ok.
Documentation complete, thanks to roxygen2.