summaryrefslogtreecommitdiff
path: root/R/poly.R
diff options
context:
space:
mode:
Diffstat (limited to 'R/poly.R')
-rw-r--r--R/poly.R7
1 files changed, 7 insertions, 0 deletions
diff --git a/R/poly.R b/R/poly.R
new file mode 100644
index 0000000..234ac28
--- /dev/null
+++ b/R/poly.R
@@ -0,0 +1,7 @@
+#' @export
+idpoly <- function(A,B,C,D,E,F1,NoiseVar=0){
+
+ out <- list()
+ class(out) <- "idpoly"
+ return(out)
+} \ No newline at end of file