R/drop_neuR_funct.R

Defines functions drop.neuR.funct

# #==========================================================
# # drop maps of neuR-object
# #==========================================================
# map = function to be returned


drop.neuR.funct<- function(obj,funct){
  obj@functs[[funct]]=NULL
  obj
}
livioivil/neuR documentation built on May 21, 2019, 6:43 a.m.