Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

write a translation function from/to c14bazaar #7

Open
MartinHinz opened this issue Nov 5, 2020 · 0 comments
Open

write a translation function from/to c14bazaar #7

MartinHinz opened this issue Nov 5, 2020 · 0 comments

Comments

@MartinHinz
Copy link
Member

structure c14bazaar

Note

primary a package collecting 14C data from databases, so primarily intended for uncalibrated data. But calibration function included using bchron

test <- get_c14data("jomon")
c14bazAAR_str <- calibrate (test[1:2,])

class: "c14_date_list" "tbl_df" "tbl" "data.frame"

tibble [n × 14]

  • sourcedb : chr
    • name of the source data base
  • sourcedb_version: Date
    • date of data access
  • labnr : chr
    • name/identifier of the 14C date
  • c14age : int
    • BP
  • c14std : int
    • Standard deviation
  • calrange :List of x (Details)
    • 'data.frame': 2 obs. of 3 variables:
      • dens: num
        • probability sigma range
      • from: num
        • begin sigma range
      • to : num
        • end sigma range
  • sigma : num
    • value of sigma range (1,2,3)
  • c13val : num
    • value of delta13C
  • site : chr
    • Name of the site
  • sitetype : chr
    • type of site
  • period : chr
    • period of site
  • material : chr
    • sample material
  • region : chr
    • self explanatory
  • shortref : chr
    • literature reference
@MartinHinz MartinHinz added this to the Full Functionality reached milestone Nov 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant