Debye | R Documentation |
Debye functions as per the Gnu Scientific Library, section 7.10 of the
reference manual. These functions are declared in header file
gsl_sf_debye.h
debye_1(x, give=FALSE, strict=TRUE) debye_2(x, give=FALSE, strict=TRUE) debye_3(x, give=FALSE, strict=TRUE) debye_4(x, give=FALSE, strict=TRUE)
x |
input: real values |
give |
Boolean with |
strict |
Boolean, with |
Robin K. S. Hankin
https://www.gnu.org/software/gsl/
x <- seq(from=0,to=10,by=0.1) cbind(x,debye_1(x),debye_2(x),debye_3(x),debye_4(x)) #table 27.1
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.