## Not run:
#
# library(LaplaceDeconv)
# t = seq(0,10,l=100)
# g = exp(-5*t)
# f = t^2*exp(-t)
# # compute the Laplace convolution from functions computed at times t : f and g
# fg = LaplaceConvolution(t,g,f)
# matplot(t,cbind(f,g,fg),lty=1,type='l')
# legend('topright',lty=1,legend=c('f','g','fxg'),col=1:3)
# ## End(Not run)
Run the code above in your browser using DataLab