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.
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
readCalCurve :: String -> CalCurveBPcurrycarbon Currycarbon.CalCurves No documentation available.
readCalCurveFromFile :: FilePath -> IO CalCurveBPcurrycarbon Currycarbon.CalCurves Read a calibration curve file. The file must adhere to the .14c file format.
readCalCurveSelection :: String -> Either String CalCurveSelectioncurrycarbon Currycarbon.CalCurves No documentation available.
readCalibrationMethod :: String -> Either String CalibrationMethodcurrycarbon Currycarbon.Parsers No documentation available.
readNamedCalExprs :: String -> Either String [NamedCalExpr]currycarbon Currycarbon.Parsers No documentation available.
readNamedCalExprsFromFile :: FilePath -> IO [NamedCalExpr]currycarbon Currycarbon.Parsers No documentation available.
readOneNamedCalExpr :: String -> Either String NamedCalExprcurrycarbon Currycarbon.Parsers No documentation available.
readUncalC14 :: String -> Either String [UncalC14]currycarbon Currycarbon.Parsers No documentation available.
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