Skip to content

Commit 78accb5

Browse files
committed
Removed old vignette
1 parent bc57810 commit 78accb5

File tree

3 files changed

+1
-115
lines changed

3 files changed

+1
-115
lines changed

R/detection.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# DETECTION FUNCTIONS ----------------------------------------------------------
22

3+
# Detect all points in a unit
34
#' @export
45
detect_perfect <- function(unit, points) {
56
unit <- sf::st_sfc(unit, crs = sf::st_crs(points))

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,3 @@ devtools::install_github("joeroe/fieldwalkr")
1111

1212
The package is in an early stage of development.
1313
I wouldn't recommend writing any serious code that depends on it yet, but you may find some functions useful.
14-
15-
## Example
16-
17-
See `vignettes/lunch_in_the_lab.R` for an example R script, originally presented at the UCL Institute of Archaeology's *Lunch in the Lab* meeting in February 2016.

vignettes/lunch_in_the_lab.R

Lines changed: 0 additions & 111 deletions
This file was deleted.

0 commit comments

Comments
 (0)