Hoogle Search

Within LTS Haskell 24.51 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. readUncalC14FromFile :: FilePath -> IO [UncalC14]

    currycarbon Currycarbon

    Read uncalibrated radiocarbon dates from a file. The file should feature one radiocarbon date per line in the form "<sample name>,<mean age BP>,<one sigma standard deviation>", where <sample name> is optional. A valid file could look like this:

    Sample1,5000,30
    6000,50
    Sample3,4000,25
    

  2. readCalCurve :: String -> CalCurveBP

    currycarbon Currycarbon.CalCurves

    No documentation available.

  3. readCalCurveFromFile :: FilePath -> IO CalCurveBP

    currycarbon Currycarbon.CalCurves

    Read a calibration curve file. The file must adhere to the .14c file format.

  4. readCalCurveSelection :: String -> Either String CalCurveSelection

    currycarbon Currycarbon.CalCurves

    No documentation available.

  5. readCalibrationMethod :: String -> Either String CalibrationMethod

    currycarbon Currycarbon.Parsers

    No documentation available.

  6. readNamedCalExprs :: String -> Either String [NamedCalExpr]

    currycarbon Currycarbon.Parsers

    No documentation available.

  7. readNamedCalExprsFromFile :: FilePath -> IO [NamedCalExpr]

    currycarbon Currycarbon.Parsers

    No documentation available.

  8. readOneNamedCalExpr :: String -> Either String NamedCalExpr

    currycarbon Currycarbon.Parsers

    No documentation available.

  9. readUncalC14 :: String -> Either String [UncalC14]

    currycarbon Currycarbon.Parsers

    No documentation available.

  10. readUncalC14FromFile :: FilePath -> IO [UncalC14]

    currycarbon Currycarbon.Parsers

    Read uncalibrated radiocarbon dates from a file. The file should feature one radiocarbon date per line in the form "<sample name>,<mean age BP>,<one sigma standard deviation>", where <sample name> is optional. A valid file could look like this:

    Sample1,5000,30
    6000,50
    Sample3,4000,25
    

Page 306 of many | Previous | Next