kitagawa | R Documentation |
NA values stop execution of cross_spectrum
; and, added tests.
NEW FUNCTION: logsmoo
which can be used to smooth hdr signals in log-space
UPDATED: Tohoku cross-spectrum vignette
Added DOIs for references
Added optional switch to cross_spectrum
to switch from multitaper to Welch overlapping estimation
Tohoku cross-spectrum vignette
Function for cross-spectrum computation
Includes Windows CI via AppVeyor
unit-testing framework (testthat, CRAN), with some tests
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.
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 (CRAN).