| linear_tform {cheem} | R Documentation | 
Linear function to help set alpha opacity
Description
Suggests a alpha opacity to plot with as a function of the number of observation.
Usage
linear_tform(n, appox_max_n = 5000, ceiling = 1, floor = 0.3)
Arguments
| n | Number of observations to plot. | 
| appox_max_n | The number of observation to reach floor opacity. | 
| ceiling | The highest number returned. Defaults to 1. | 
| floor | The lowest number returned. Defaults to 0.3. | 
Value
A scalar numeric, suggested value to set alpha opacity.
See Also
Other cheem utility: 
as_logical_index(),
color_scale_of(),
contains_nonnumeric(),
is_discrete(),
is_diverging(),
logistic_tform(),
problem_type(),
rnorm_from(),
sug_basis(),
sug_manip_var()
Examples
library(cheem)
## Suggest an opacity to use in plotting:
(my_alpha <- linear_tform(nrow(spinifex::penguins_na.rm)))
## Visualize
x <- 1:2000
plot(x, sapply(x, linear_tform), col = "blue")
[Package cheem version 0.4.0.0 Index]