From c50df382a9fd5a2c6bd131d8c60c3c5cde894003 Mon Sep 17 00:00:00 2001 From: Asif Mehedi Date: Fri, 22 Mar 2019 18:51:19 -0400 Subject: [PATCH] Fix typo --- inst/tips.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inst/tips.txt b/inst/tips.txt index 9599fa92a..a89d9adc6 100644 --- a/inst/tips.txt +++ b/inst/tips.txt @@ -68,7 +68,7 @@ tm_shape(metro) + tm_legend(outside = TRUE) 2.0 -The bbox argument of tm_shape can be using in many ways. For instance, another shape can be used from which the bounding box is extracted. +The bbox argument of tm_shape can be used in many ways. For instance, another shape can be used from which the bounding box is extracted. view data(rivers, NLD_prov) tm_shape(rivers, bbox = NLD_prov) +