Last chance! 50% off unlimited learning
Sale ends in
data(lansing)
hicks <- lansing[lansing$marks == "hickory", ]
plot(hicks) # still a marked point pattern, but only 1 value of marks
plot(unmark(hicks)) # unmarked
Run the code above in your browser using DataLab