Skip to content

Plot mortality data and show trend

2 messages · Norbi Gurracho, Jim Lemon

#
On 12/10/2013 07:53 AM, Norbi Gurracho wrote:
Hi Norbi,
One way is:

plot(mdate,death,type="l",col="lightgray")
lines(supsmu(mdate,death))

Jim