Nothing
#'@title Function calculating basis sine function
#'
#'@description This function computes the normalized sine function.
#'
#'@param s Parameter of function
#'
#'
#'@return \item{f}{Normalized sine function}
#'
#'@keywords internal
#'
#'@export
fsin <- function(s)
{
f=sqrt(2) * sin(2 * pi * s)
return( f)
}
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.