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

scale function and parameter #22

Open
corybrunson opened this issue Sep 18, 2020 · 1 comment
Open

scale function and parameter #22

corybrunson opened this issue Sep 18, 2020 · 1 comment
Labels
wontfix This will not be worked on

Comments

@corybrunson
Copy link
Member

By design, the samplers have no scaling parameters; the only parameters that affect the underlying manifold from which points are sampled have to do with aspect ratios, and aspect ratio parameters that would "preserve" (uniformly scale) areas, e.g. the coordinate radii of an elliptical disk but not those of an ellipse, are excluded.

Yet users may require samples scaled from their implemented sizes. A scale parameter can be passed internally to base::scale() after being ensured to be a numeric vector and to have length either 1 or the number of dimensions of the coordinate space.

@corybrunson
Copy link
Member Author

On reflection, this might be fraught, since in some cases scaling would preserve uniformity in some coordinate directions but not others. Putting this on hold for now.

@corybrunson corybrunson added the wontfix This will not be worked on label Jun 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

1 participant