Changes in version 0.2.2 (2023-02-01) News - The deprecated functions of rgl 1.0.1 were replaced with the new functions. Changes in version 0.2.1 News - The GUI is now available through the geoelectricsGui() function. - Add plot and levelplot methods for signature ProfileSet Changes in version 0.2.0 (2018-08-28) 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 plot and levelplot functions were added. - The parseRawDataFile() and parseProcessedDataFile() function was added. - The getHeightInformation()function was added. Deprecated Classes and Functions - The slot of the RawData class was renamed from seaLevel to points. It contains a data frame of distance, depth and resistivity values without topography information. - The XyzData class was renamed to ProcessedData. - The slot of the ProcessedData class was renamed from seaLevel to points. It contains a data frame of distance, depth and resistivity values without topography information. - The slot of the ProcessedData class was renamed from heightAdaption to pointsWithTopo. It contains a data frame of distance, height and resistivity values with topography information. - The method plot3dXyz was renamed to plot3d. - The method plotXyz was renamed to plotProcessedData. - The method plotRaw was renamed to plotRawData. - The method levelplotXyz was renamed to levelplotProcessedData. - The method levelplotRaw was renamed to levelplotRawData. - The method heightAdjustment was renamed to adjustHeight. - The method plotXyzHeight was renamed to plotProcessedDataWithTopo. - The method plotRawHeight was renamed to plotRawDataWithTopo. - The method levelplotXyzHeight was renamed to levelplotProcessedDataWithTopo.