Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Better size handling #1

Open
mattkerlogue opened this issue Apr 11, 2018 · 1 comment
Open

Better size handling #1

mattkerlogue opened this issue Apr 11, 2018 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@mattkerlogue
Copy link
Contributor

mattkerlogue commented Apr 11, 2018

Edit make_chart() to use a synthetic sizing var which is calculated outside of the R script.

@mattkerlogue mattkerlogue self-assigned this Apr 11, 2018
@mattkerlogue mattkerlogue added the enhancement New feature or request label Apr 11, 2018
@mattkerlogue mattkerlogue changed the title Synthetic headcounts? Better size handling May 24, 2018
@mattkerlogue
Copy link
Contributor Author

Add attribute to define processing of size variable.

  • area: (default) - assume size data represents the area of a circle (i.e. transform into a radius)
  • radius - assume size data represents the radius of a circle
  • logarea - assume size is area, convert to radius, then log [current transformation]
  • logradius - assume size is radius, but then log

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant