Challenge: Vector Labeler
Swipe to start coding
You are given a vector of temperatures in Celsius. Your task is to categorize each temperature as 'Cold', 'Warm', or 'Hot' using vectorized conditional logic with the ifelse function, without using any explicit loops.
- Use the provided
tempsvector. - Assign 'Cold' to temperatures below 15.
- Assign 'Warm' to temperatures from 15 up to and including 30.
- Assign 'Hot' to temperatures above 30.
- Store the result in a character vector called
weather.
Рішення
Дякуємо за ваш відгук!
single
Запитати АІ
Запитати АІ
Запитайте про що завгодно або спробуйте одне із запропонованих запитань, щоб почати наш чат
Can you explain this in simpler terms?
What are some examples related to this topic?
Where can I learn more about this?
Чудово!
Completion показник покращився до 5.56
Challenge: Vector Labeler
Свайпніть щоб показати меню
Swipe to start coding
You are given a vector of temperatures in Celsius. Your task is to categorize each temperature as 'Cold', 'Warm', or 'Hot' using vectorized conditional logic with the ifelse function, without using any explicit loops.
- Use the provided
tempsvector. - Assign 'Cold' to temperatures below 15.
- Assign 'Warm' to temperatures from 15 up to and including 30.
- Assign 'Hot' to temperatures above 30.
- Store the result in a character vector called
weather.
Рішення
Дякуємо за ваш відгук!
single