Generic save function for BstrOutput

save_out(bstr_out, bstr_data, bstr_model, overwrite = FALSE, ...)

# S4 method for BstrSBAOutput
save_out(bstr_out, bstr_data, bstr_model, overwrite = F)

# S4 method for BstrTBMOutput
save_out(bstr_out, bstr_data, bstr_model, overwrite = F, nclusters = 10)

# S4 method for BstrDBAOutput
save_out(bstr_out, bstr_data, bstr_model, overwrite = F, nclusters = 10)

# S4 method for BstrROIOutput
save_out(bstr_out, bstr_data, bstr_model, overwrite = F)

Arguments

bstr_out

object of type BstrOutput

bstr_data

object of type BstrData

bstr_model

object of type BstrModel

overwrite

logical parameter denoting if existing output directory should be overwritten or not (default is FALSE)

...

Extra named arguments passed to save_out

nclusters

numeric parameter denoting number of clusters (default is 10)

Details

For the most part, the user will never have to call this function directly. Instead the user should call save_bstr_out().

See also