powered by
space(x) <- value
focal<-
# state space stateSpace <- c("a", "b", "c") # construct mass function m <- mass(list("a"=0.1, "b"=0.1 , "c"=0.4, "a/b/c"=0.4), stateSpace) # replace state space space(m) <- c("d", "e", "f")
Run the code above in your browser using DataLab