powercost <- solvecost_power(50, 100, .08)
cost_data <- data.frame(
power = seq(10, 50, 10),
utilization = 80
) %>%
dplyr::mutate(costs = solvecost_power(power = power, utilization = utilization, cost = .08))
Run the code above in your browser using DataLab