R/export.dyadic.R

Defines functions export.dyadic

Documented in export.dyadic

export.dyadic <-
function(blauObj){
  if (is.null(blauObj$dyadic)){
    message("Nothing to export.")
  }
  else{
    return(blauObj$dyadic)
  }
}

Try the Blaunet package in your browser

Any scripts or data that you put into this service are public.

Blaunet documentation built on Sept. 27, 2022, 9:05 a.m.