SensataUX / sensataDataProg

Other
0 stars 1 forks source link

from0to100 not working with negative values or assymetric vectors #9

Open GaborioSensata opened 2 years ago

GaborioSensata commented 2 years ago
scores <- c(15, 10, 0, -5, -10)

from0to100(scores)

scores <- scores + 10

from0to100(scores)