From 197606de234a936751ac3c1db2e4feb3fa117a92 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Wed, 6 Jun 2018 02:48:44 +0200 Subject: Rebuild docs with pkgdown 1.1.0 --- docs/reference/drift_data_JKI.html | 37 ++++++++++++++++++++++++++++++------- 1 file changed, 30 insertions(+), 7 deletions(-) (limited to 'docs/reference/drift_data_JKI.html') diff --git a/docs/reference/drift_data_JKI.html b/docs/reference/drift_data_JKI.html index 159f662..9cee8fe 100644 --- a/docs/reference/drift_data_JKI.html +++ b/docs/reference/drift_data_JKI.html @@ -22,18 +22,24 @@ published by the JKI — drift_data_JKI • pfm + + + - - - + + + + + + @@ -56,8 +62,12 @@ published by the German Julius-Kühn Institute (JKI)." /> - pfm + + pfm + 0.4.5 + + @@ -81,17 +97,21 @@ published by the German Julius-Kühn Institute (JKI)." /> -
+
+

Deposition from spray drift expressed as percent of the applied dose as published by the German Julius-Kühn Institute (JKI).

+

Format

@@ -125,7 +145,7 @@ as its licence is not clear.

drift_data_JKI <- list() for (n in 1:8) { - drift_data_raw <- read_excel(abdrift_path, sheet = n + 1, skip = 2) + drift_data_raw <- read_excel(abdrift_path, sheet = n + 1, skip = 2) drift_data <- as.matrix(drift_data_raw[1:9, 2:4]) dimnames(drift_data) <- list(distance = as.integer(drift_data_raw[1:9, 1]), crop = JKI_crops) @@ -267,5 +287,8 @@ as its licence is not clear.

+ + + -- cgit v1.2.1