geoelectrics 0.2.2
News
- The deprecated functions of rgl 1.0.1 were replaced with the new
functions.
geoelectrics 0.2.1
News
- The GUI is now available through the geoelectricsGui()function.
- Add plotandlevelplotmethods for
signature ProfileSet
geoelectrics 0.2.0
News
- The package provides an example geoelectrics data set of a filled
sinkhole and a demo script. The demo can be run with
demo(geolectrics).
- The package contains unit tests written with testthat. It currently has
a line coverage of 99%! (Thanks to the covr package.)
- The generic plotandlevelplotfunctions
were added.
- The parseRawDataFile()andparseProcessedDataFile()function was added.
- The getHeightInformation()function was added.
Deprecated Classes and
Functions
- The slot of the RawDataclass was renamed fromseaLeveltopoints. It contains a data frame
of distance, depth and resistivity values without topography
information.
- The XyzDataclass was renamed toProcessedData.
- The slot of the ProcessedDataclass was renamed fromseaLeveltopoints. It contains a data frame
of distance, depth and resistivity values without topography
information.
- The slot of the ProcessedDataclass was renamed fromheightAdaptiontopointsWithTopo. It contains
a data frame of distance, height and resistivity values with topography
information.
- The method plot3dXyzwas renamed toplot3d.
- The method plotXyzwas renamed toplotProcessedData.
- The method plotRawwas renamed toplotRawData.
- The method levelplotXyzwas renamed tolevelplotProcessedData.
- The method levelplotRawwas renamed tolevelplotRawData.
- The method heightAdjustmentwas renamed toadjustHeight.
- The method plotXyzHeightwas renamed toplotProcessedDataWithTopo.
- The method plotRawHeightwas renamed toplotRawDataWithTopo.
- The method levelplotXyzHeightwas renamed tolevelplotProcessedDataWithTopo.