Skip to content

Commit

Permalink
Update RCIT.R
Browse files Browse the repository at this point in the history
  • Loading branch information
ericstrobl committed Sep 2, 2018
1 parent dde59b1 commit 2430037
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/RCIT.R
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
#' RCIT(x,y,z,seed=2);


RCIT <- function(x,y,z=NULL,approx="lpd4",num_f=50,num_f2=5, seed=NULL){
RCIT <- function(x,y,z=NULL,approx="lpd4",num_f=100,num_f2=5, seed=NULL){

if (length(z)==0){
out=RIT(x,y,approx=approx,seed=seed);
Expand Down

0 comments on commit 2430037

Please sign in to comment.