rescale function not found

Hi community !

I'm triying to use the function "rescale" but it always says "function not found"... I don't understand because it doesn't seams to need any particular package and I couldn't find anything about this topic anywhere.
Does anyone knows anything about this function ? Has it been replaced or modified ?

Thanks a lot for your help.
Cloé

You probably are looking for the rescale() from the scales package. Try with scales::rescale() or add library(scales) at the top of your script or document.

2 Likes

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.