From d2668f76e553d770a968c9e7043b5e583ec1f60f Mon Sep 17 00:00:00 2001 From: Ben Date: Wed, 6 Jan 2016 13:17:24 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a48f5a5..9381dc2 100644 --- a/README.md +++ b/README.md @@ -5,14 +5,14 @@ Plotting functions for bfast-type objects. This package can be installed directly from github: -``` +```R library(devtools) install_github('bendv/bfastPlot') library(bfastPlot) ``` Try these: -``` +```R ?bfmPredict ?bfmPlot ```