sapply の使い方
この演習はコースの一部です
中級 R
演習の手順
実践的なインタラクティブ演習
このサンプルコードを完成させて、この演習に挑戦してみましょう。
# temp has already been defined in the workspace
# Use lapply() to find each day's minimum temperature
# Use sapply() to find each day's minimum temperature
# Use lapply() to find each day's maximum temperature
# Use sapply() to find each day's maximum temperature