Skip to content

Commit 6c19c53

Browse files
committed
docs
1 parent 03b983d commit 6c19c53

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

NEWS.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@ argument `calc = "weight"` or `calc = "probability"`
55
* There is now an option to calculate the cumulative probability in
66
`datsteps()` with the argument `cumulative = TRUE`. This only works with
77
probability calculation instead of the original (weights) calculation.
8+
* Significantly improved the efficiency of `datsteps()`.
89
* Change and improve error-handling of `scaleweight()`.
9-
* Remove UTF-8 characters to comply with CRAN.
10+
* Remove UTF-8 characters from data and other files to comply with CRAN.
1011
* Update documentation and add a [pkgdown-site](https://lsteinmann.github.io/datplot/).
1112

1213

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66

77
<!-- badges: end -->
88

9-
datplot
9+
[datplot](https://lsteinmann.github.io/datplot/)
1010
=======
1111

1212
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.
1313

14-
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?
14+
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?
1515

1616
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
1717

@@ -49,5 +49,5 @@ But you may have to install vignette dependencies manually (see suggests in the
4949
Contact
5050
-------
5151

52-
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!
52+
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!
5353

0 commit comments

Comments
 (0)