You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Title: Preparation of object dating ranges for density plots
4
-
Version: 0.2.2
4
+
Version: 0.2.3
5
5
Author: Lisa Steinmann
6
6
Maintainer: Lisa Steinmann <lisa.steinmann@rub.de>
7
7
Description: 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.
Copy file name to clipboardExpand all lines: R/data.R
+24-2Lines changed: 24 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@
7
7
#' \item ID. Identifier of the Objects (has to be unique)
8
8
#' \item var. Grouping variable, such as a Type or a Findspot
9
9
#' \item DAT_min. Integer: lower range of the dating, BCE in negative numbers
10
-
#' \item DAT_max. Integer: uppder range of the dating, BCE in negative numbers
10
+
#' \item DAT_max. Integer: upper range of the dating, BCE in negative numbers
11
11
#' }
12
12
#'
13
13
#' @docType data
@@ -30,7 +30,7 @@ NULL
30
30
#' \item Identifier (Vase.Number in BAPD)
31
31
#' \item Technique: Sample contains only red- or blackfigured objects
32
32
#' \item DAT_min. Integer: lower range of the dating, BCE in negative numbers
33
-
#' \item DAT_max. Integer: uppder range of the dating, BCE in negative numbers
33
+
#' \item DAT_max. Integer: upper range of the dating, BCE in negative numbers
34
34
#' }
35
35
#'
36
36
#' @docType data
@@ -42,3 +42,25 @@ NULL
42
42
43
43
"Beazley"
44
44
NULL
45
+
46
+
47
+
#' @title Inscr_Bithynia
48
+
#' @description The data set was gathered by Barbora Weissov\'a and published as part
49
+
#' of her dissertation “Regional Economy, Settlement Patterns and the Road System in
50
+
#' Bithynia (4th Century BC - 6th Century AD). Spatial and Quantitative Analysis.”.
51
+
#'
52
+
#'
53
+
#' @format A data frame with 2878 rows and 9 variables:
54
+
#' \describe{
55
+
#' \item{\code{ID}}{character COLUMN_DESCRIPTION}
56
+
#' \item{\code{ikey}}{character ID at \url{https://inscriptions.packhum.org/}, if available}
57
+
#' \item{\code{Location}}{factor Findspot of the Inscription (City)}
58
+
#' \item{\code{Source}}{character Corpus/Citation of the Inscription}
59
+
#' \item{\code{Dating}}{character Original Chronological Assesment, may contain inconsistencies}
60
+
#' \item{\code{Language}}{factor Language of the Inscription, can either be Latin, Greek, or both}
61
+
#' \item{\code{uncertain_dating}}{logical TRUE if Dating is not certain, FALSE if dating is certain}
62
+
#' \item{\code{DAT_min}}{integer lower border of the dating timespan, negative values for BCE, positive values for CE}
63
+
#' \item{\code{DAT_max}}{integer uppper border of the dating timespan, negative values for BCE, positive values for CE}
64
+
#'}
65
+
#' @source Weissová, Barbora. 2019. “Regional Economy, Settlement Patterns and the Road System in Bithynia (4th Century BC - 6th Century AD). Spatial and Quantitative Analysis.” Dissertation, Berlin: Freie Universität Berlin. \url{https://refubium.fu-berlin.de/handle/fub188/23730}, partially after \url{https://inscriptions.packhum.org/}
0 commit comments