RAPLER / dst-1

Combine basic probability assignments with Dempster's rule of combination
6 stars 3 forks source link

Function belplauPlot argument "color" is missing, with no default #42

Closed RAPLER closed 6 months ago

RAPLER commented 7 months ago

Running examples in ‘dst-Ex.R’ failed The error most likely occurred in:

base::assign(".ptime", proc.time(), pos = "CheckExEnv")

Name: belplauPlot

Title: Plot belplau matrix

Aliases: belplauPlot

** Examples

bpa <- bca(tt = matrix(c(0,1,1,1,1,0,1,1,1),nrow = 3,

  • byrow = TRUE), m = c(0.2,0.5, 0.3),
  • cnames = c("a", "b", "c"), varnames = "x", idvar = 1) bel_plau <- belplau(bpa) belplauPlot(bel_plau) Error in belplauPlot(bel_plau) : argument "color" is missing, with no default Calls: belplauPlot -> unique Execution halted
RAPLER commented 6 months ago

Bug fixed by Gary