From 5a9be66cd0e9a2b30ff510ef96b3cd22a8579a37 Mon Sep 17 00:00:00 2001 From: Gavin Simpson Date: Thu, 17 Mar 2022 20:30:39 +0100 Subject: [PATCH] typo --- NEWS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index f3792bce9..c23ef6130 100644 --- a/NEWS.md +++ b/NEWS.md @@ -3,7 +3,7 @@ ## New features * `draw.gam()` and `draw.smooth_estimates()` can now handle splines on the - sphere (`s(lat,long, bs = "sos")`) with special plotting methods using + sphere (`s(lat, long, bs = "sos")`) with special plotting methods using `ggplot2::coord_map()` to handle the projection to spherical coordinates. An orthographic projection is used by default, with an essentially arbitrary (and northern hemisphere-centric) default for the orientation of the view.