Nothing
### This function is a component of astrochron: An R Package for Astrochronology
### Copyright (C) 2924 Stephen R. Meyers
###
###########################################################################
### asm function - (SRM: August 23, 2012; Sept 1, 2012; May 20, 2013;
### June 5-7, 2013; July 2, 2013; January 13, 2014;
### January 15, 2014; June 27, 2014; March 20, 2017;
### May 27, 2024)
###
### conduct ASM analysis using FORTRAN code
###
### NOTE: this code uses asm1.8_R.f
###########################################################################
asm <- function (freq,target,fper=NULL,rayleigh,nyquist,sedmin=1,sedmax=5,numsed=50,linLog=1,iter=100000,output=F,genplot=T)
{
cat("\n *****************************************************************\n")
cat("\nNOTE: The 'asm' and 'eAsm' functions are not available in astrochron version 1.3,
due to a segmentation fault error associated with Debian Linux and Fedora Linux
clang compiliers.\n")
cat("\nIf you would like to use these functions, they work on the 10 other CRAN-supported
compilers for Fedora Linux, Debian Linux, Mac and Windows. The functions are available in astrochron version 1.2.\n")
cat("\nastrochron 1.2 is archived on CRAN here: https://cran.r-project.org/src/contrib/Archive/astrochron/ \n")
cat("\nPlease note that 'asm' (Meyers and Sageman, 2007) was the predecessor to 'timeOpt'
(Meyers, 2015), which provides a more comprehensive astrochronologic calibration and testing approach.\n")
cat("\n *****************************************************************")
#### END function asm
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.