sfactorHe3ag: Estimate Astrophysical S-factor

Description Usage Arguments Format Value Author(s) Examples

View source: R/sfactorHe3ag.R

Description

Provides a confusion matrix of classification statistics following logistic regression.

Usage

1
sfactorHe3ag(ecm = ecm)

Arguments

ecm

ecm

Format

x

The function has one arguments: ecm

Value

S-factor

Author(s)

Rafael de Souza, UNC, and Christian Illiadis, UNC

Examples

1
2
3
4
5
6
library(nuclear)

N <- 300
obsx1 <- exp(seq(log(1e-3), log(1),length.out=N))
plot(obsx1,sfactorHe3ag(obsx1),
col="red",cex=1.25,type="l",ylab="S-factor",xlab="E",log="x")

RafaelSdeSouza/nuclear documentation built on Aug. 11, 2019, 12:31 a.m.