datplot +
Converting date ranges into dating ‘steps’ eases the visualization of changes in e.g. pottery consumption, style and other variables over time. This package provides tools to process and prepare data for visualization.
-A rather common problem in archaeology is the fuzzyness of dates assigned to objects. If one wants to visualize overall changes in - let’s say - pottery consumption, bar charts often fall short in that regard. If, e.g., the Phases a – f are employed, then some of the objects can usually be dated to a, c, and f, as an example, but others will by classified as “a to c” or “b to c”. But how can these data still be used for examining changes in a large set of objects without completely disregarding the information added by providing multiple phases for one object?
+A rather common problem in archaeology is the fuzziness of dates assigned to objects. If one wants to visualize overall changes in - let’s say - pottery consumption, bar charts often fall short in that regard. If, e.g., the Phases a – f are employed, then some of the objects can usually be dated to a, c, and f, as an example, but others will by classified as “a to c” or “b to c”. But how can these data still be used for examining changes in a large set of objects without completely disregarding the information added by providing multiple phases for one object?
This package proposes implements the concepts of aoristic analysis to prepare archaeological data for the visualization using density plots. An example is shown in the vignettes, which can be found at
browseVignettes("datplot")
or on the pkgdown-site after installing the package, or on GitHub in the /vignettes/ directory. Density plots are easy to understand and are usually aesthetically pleasing. They do omit a some information, such as individual counts, that bar histograms can communicate better. On the other hand, ranges can be incorporated into the visualization as well to regard the variety of timespans archaeological objects may be dated to.
@@ -114,7 +115,7 @@Installation
Contact
-Please feel free to use and change the code to your liking. We would be happy for any feedback on the packages, or if you you notify us of your publications using this package!
+Please feel free to use and change the code to your liking. We would be happy for any feedback on the package, or if you you notify us of your publications using this package!
datplot 1.1.0Using either the original calculation (weights) or calculation of year-wise probability is now an option in datsteps()
with the argument calc = "weight"
or calc = "probability"
There is now an option to calculate the cumulative probability in datsteps()
with the argument cumulative = TRUE
. This only works with probability calculation instead of the original (weights) calculation.
+Significantly improved the efficiency of datsteps()
.
Change and improve error-handling of scaleweight()
.
-Remove UTF-8 characters to comply with CRAN.
+Remove UTF-8 characters from data and other files to comply with CRAN.
Update documentation and add a pkgdown-site.
datsteps()
with the argument calc = "weight"
or calc = "probability"
datsteps()
with the argument cumulative = TRUE
. This only works with probability calculation instead of the original (weights) calculation.datsteps()
.scaleweight()
.