aboutsummaryrefslogtreecommitdiff
path: root/R/gmkinws.R
diff options
context:
space:
mode:
Diffstat (limited to 'R/gmkinws.R')
-rw-r--r--R/gmkinws.R6
1 files changed, 3 insertions, 3 deletions
diff --git a/R/gmkinws.R b/R/gmkinws.R
index 87eaf8a..071e3b1 100644
--- a/R/gmkinws.R
+++ b/R/gmkinws.R
@@ -34,10 +34,10 @@
gmkinws <- R6Class("gmkinws",
public = list(
observed = NULL,
- ds = NA,
- m = NA,
+ ds = list(),
+ m = list(),
ftmp = list(Name = ""),
- f = NA,
+ f = list(),
initialize = function(ds, m, f) {

Contact - Imprint