R/data.R

#' Trees from glottolog, versions 4.0 - 5.0
#'
#' multiPhylo objects, which provide a representation of the phylogenetic
#' relationships of the languages in glottolog.
#'
#' @source \url{https://glottolog.org/meta/downloads}
#' @name glottolog_trees
NULL

#' @rdname glottolog_trees
#' @format v4.0: A multiPhylo object of 421 trees
"glottolog_trees_v4.0"

#' @rdname glottolog_trees
#' @format v4.1: A multiPhylo object of 421 trees
"glottolog_trees_v4.1"

#' @rdname glottolog_trees
#' @format v4.2: A multiPhylo object of 422 trees
"glottolog_trees_v4.2"

#' @rdname glottolog_trees
#' @format v4.3: A multiPhylo object of 418 trees
"glottolog_trees_v4.3"

#' @rdname glottolog_trees
#' @format v4.4: A multiPhylo object of 420 trees
"glottolog_trees_v4.4"

#' @rdname glottolog_trees
#' @format v4.5: A multiPhylo object of 420 trees
"glottolog_trees_v4.5"

#' @rdname glottolog_trees
#' @format v4.6: A multiPhylo object of 420 trees
"glottolog_trees_v4.6"

#' @rdname glottolog_trees
#' @format v4.7: A multiPhylo object of 422 trees
"glottolog_trees_v4.7"

#' @rdname glottolog_trees
#' @format v4.8: A multiPhylo object of 422 trees
"glottolog_trees_v4.8"

#' @rdname glottolog_trees
#' @format v5.0: A multiPhylo object of 423 trees
"glottolog_trees_v5.0"

#' Geographical data from glottolog, versions 4.0 - 5.0
#'
#' Datasets of geographical information about the languages in glottolog.
#'
#' @format A dataframe:
#' \describe{
#'   \item{glottocode}{glottocode of the lect}
#'   \item{name}{name of the lect}
#'   \item{isocodes}{the ISO-639-3 code of the lect}
#'   \item{level}{"language" or "dialect"}
#'   \item{macroarea}{glottolog's geographical macroarea}
#'   \item{latitude}{}
#'   \item{longitude}{}
#' }
#' @source \url{https://glottolog.org/meta/downloads}
#' @name glottolog_geography
NULL

#' @rdname glottolog_geography
#' @format v4.0: A dataframe of 20,049 rows
"glottolog_geography_v4.0"

#' @rdname glottolog_geography
#' @format v4.1: A dataframe of 20,290 rows
"glottolog_geography_v4.1"

#' @rdname glottolog_geography
#' @format v4.2: A dataframe of 20,752 rows
"glottolog_geography_v4.2"

#' @rdname glottolog_geography
#' @format v4.3: A dataframe of 20,930 rows
"glottolog_geography_v4.3"

#' @rdname glottolog_geography
#' @format v4.4: A dataframe of 21,329 rows
"glottolog_geography_v4.4"

#' @rdname glottolog_geography
#' @format v4.5: A dataframe of 21,508 rows
"glottolog_geography_v4.5"

#' @rdname glottolog_geography
#' @format v4.6: A dataframe of 21,652 rows
"glottolog_geography_v4.6"

#' @rdname glottolog_geography
#' @format v4.7: A dataframe of 21,746 rows
"glottolog_geography_v4.7"

#' @rdname glottolog_geography
#' @format v4.8: A dataframe of 21,957 rows
"glottolog_geography_v4.8"

#' @rdname glottolog_geography
#' @format v5.0: A dataframe of 22,111 rows
"glottolog_geography_v5.0"
erichround/glottoTrees documentation built on April 17, 2025, 10:47 a.m.