You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#' ready4 S3 class for tibble object that stores simulation structural parameters relating to the spatial environment.
4
4
#' @description Create a new valid instance of the ready4 S3 class for tibble object that stores simulation structural parameters relating to the spatial environment.
5
-
#' @param x A prototype for the ready4 S3 class for tibble object that stores simulation structural parameters relating to the spatial environment., Default: make_pt_ready4space_parameters()
5
+
#' @param x A prototype for the ready4 S3 class for tibble object that stores simulation structural parameters relating to the spatial environment., Default: make_pt_vicinity_parameters()
6
6
#' @return A validated instance of the ready4 S3 class for tibble object that stores simulation structural parameters relating to the spatial environment.
7
7
#' @details ready4 S3 class for tibble object that stores simulation structural parameters relating to the spatial environment.
#' make new ready4space parameters ready4 S3 class for tibble object that stores simulation structural parameters relating to the spatial environment.
13
+
#' make new vicinity parameters ready4 S3 class for tibble object that stores simulation structural parameters relating to the spatial environment.
14
14
#' @description Create a new unvalidated instance of the ready4 S3 class for tibble object that stores simulation structural parameters relating to the spatial environment.
15
15
#' @param x A prototype for the ready4 S3 class for tibble object that stores simulation structural parameters relating to the spatial environment.
16
16
#' @return An unvalidated instance of the ready4 S3 class for tibble object that stores simulation structural parameters relating to the spatial environment.
17
17
#' @details ready4 S3 class for tibble object that stores simulation structural parameters relating to the spatial environment.
#' make prototype ready4space parameters ready4 S3 class for tibble object that stores simulation structural parameters relating to the spatial environment.
28
+
#' make prototype vicinity parameters ready4 S3 class for tibble object that stores simulation structural parameters relating to the spatial environment.
29
29
#' @param param_name_chr Parameter name (a character vector), Default: character(0)
30
30
#' @param deterministic_val_dbl Deterministic value (a double vector), Default: numeric(0)
31
31
#' @param distribution_chr Distribution (a character vector), Default: character(0)
@@ -38,12 +38,12 @@ x
38
38
#' @param source_chr Source (a character vector), Default: character(0)
39
39
#' @return A prototype for ready4 S3 class for tibble object that stores simulation structural parameters relating to the spatial environment.
#' validate ready4space parameters ready4 S3 class for tibble object that stores simulation structural parameters relating to the spatial environment.
68
+
#' validate vicinity parameters ready4 S3 class for tibble object that stores simulation structural parameters relating to the spatial environment.
69
69
#' @description Validate an instance of the ready4 S3 class for tibble object that stores simulation structural parameters relating to the spatial environment.
70
70
#' @param x An unvalidated instance of the ready4 S3 class for tibble object that stores simulation structural parameters relating to the spatial environment.
71
71
#' @return A prototpe for ready4 S3 class for tibble object that stores simulation structural parameters relating to the spatial environment.
72
72
#' @details ready4 S3 class for tibble object that stores simulation structural parameters relating to the spatial environment.
stop(paste0("TIBBLE columns should be of the following classes: ",
99
99
"",
100
100
{
101
-
class_lup<-make_pt_ready4space_parameters() %>%
101
+
class_lup<-make_pt_vicinity_parameters() %>%
102
102
dplyr::summarise_all(class) %>%
103
103
tidyr::gather(variable,class) %>%
104
104
dplyr::filter(!is.na(class))
@@ -114,10 +114,10 @@ call. = FALSE)
114
114
}
115
115
116
116
x}
117
-
#' is ready4space parameters ready4 S3 class for tibble object that stores simulation structural parameters relating to the spatial environment.
117
+
#' is vicinity parameters ready4 S3 class for tibble object that stores simulation structural parameters relating to the spatial environment.
118
118
#' @param x An object of any type
119
119
#' @return A logical value, TRUE if a valid instance of the ready4 S3 class for tibble object that stores simulation structural parameters relating to the spatial environment.
#' ready4 S3 class for tibble object that stores simulation parameter values for each iteration.
4
4
#' @description Create a new valid instance of the ready4 S3 class for tibble object that stores simulation parameter values for each iteration.
5
-
#' @param x A prototype for the ready4 S3 class for tibble object that stores simulation parameter values for each iteration., Default: make_pt_ready4space_values()
5
+
#' @param x A prototype for the ready4 S3 class for tibble object that stores simulation parameter values for each iteration., Default: make_pt_vicinity_values()
6
6
#' @return A validated instance of the ready4 S3 class for tibble object that stores simulation parameter values for each iteration.
7
7
#' @details ready4 S3 class for tibble object that stores simulation parameter values for each iteration.
stop(paste0("TIBBLE columns should be of the following classes: ",
75
75
"",
76
76
{
77
-
class_lup<-make_pt_ready4space_values() %>%
77
+
class_lup<-make_pt_vicinity_values() %>%
78
78
dplyr::summarise_all(class) %>%
79
79
tidyr::gather(variable,class) %>%
80
80
dplyr::filter(!is.na(class))
@@ -90,10 +90,10 @@ call. = FALSE)
90
90
}
91
91
92
92
x}
93
-
#' is ready4space values ready4 S3 class for tibble object that stores simulation parameter values for each iteration.
93
+
#' is vicinity values ready4 S3 class for tibble object that stores simulation parameter values for each iteration.
94
94
#' @param x An object of any type
95
95
#' @return A logical value, TRUE if a valid instance of the ready4 S3 class for tibble object that stores simulation parameter values for each iteration.
0 commit comments