Skip to content

plot evolution of HSAs through the iterations #2

Description

@aghaynes

Is your feature request related to a problem? Please describe.
No related to a problem.
Might be nice to have a way to plot how a HSA evolves through iterations.

Describe the solution you'd like

hsa_evol(hsa_object, "HSALabel")

image

Describe alternatives you've considered

ramp <- colorRampPalette(c("darkred", "red", "orange", "yellow", "green", "blue", "darkblue"))(14)
graphics.off()
minimap(shp, polygon = "BE", zoomout = .000000001, lab = FALSE, bcol = "black", lakes = lakes, col = "white")
mapply(function(x, y){
  plot(shp[rownames(shp@data) %in% hsa$lookups[[x]]$MedStat[hsa$lookups[[x]]$assignment == reg], ], col = y, add = TRUE)
}, x = 14:1, y = ramp)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions