# NOT RUN {
plot(mrfi(max_norm = 2, norm_type = "1"))
plot(mrfi(max_norm = 2, norm_type = "m"))
plot(mrfi(max_norm = 2, norm_type = "1", positions = list(c(4,4))))
as.list(mrfi(1))
mrfi(1)[[1]]
mrfi(2)[[1:3]]
mrfi(1)
rpositions(list(c(1,0), c(0,1)))
mrfi(2)
mrfi(2, norm_type = "m")
mrfi(1, positions = list(c(4,4), c(-4,4)))
#Repeated positions are handled automatically
mrfi(1, positions = list(c(1,0), c(2,0)))
mrfi(1) + c(2,0)
mrfi(1) - c(1,0)
mrfi(1) + mrfi(0, positions = list(c(2,0)))
mrfi(2) - mrfi(1)
# }
Run the code above in your browser using DataLab