• remove functions from raster and move to terra
  • fix minor bugs from devtools::check()
  • add AFM.setLine() to set data for a specific line in the AFM image
  • bug fix for setRange in plot.AFMdata()
  • but fix for AFM.linePlot(), previously: the bottom left corner is (1,0), now it is (1,1)
  • add methods to AFM.flatten(), including lineByLine method
  • add method AFM.partial() that can identify partially recorded AFM images
  • make plot() for legend only (gType==5) to have transparent background
  • fix Unicode issues
  • list all AFM images in database with AFM.readDB
  • allow an AFM image to be removed from the database with AFM.writeDB and NULL object
  • add Kurtosis
  • update documentation and HHCF return values in table, returns Hurst parameter and roughness correctly
  • add a random seed to the HHCF, so that results are reproducible
  • fix units for Park images (showed um instead of nm)
  • update helper functions and see-also
  • update to new ggplot2 3.3+ conventions with after_stat
  • Support database export and import using AFM.writeDB and AFM.readDB
  • update the AFM.hhcf documentation
  • allow HHCF to export fit information, using AFM.hhcf(allResults=TRUE)
  • add graphType=5 for plot to only show legend
  • fix summary.AFMdata() for noImage data types such as force curves
  • data analysis of AFM data files