Commit b44313a9 authored by Masaki Ban's avatar Masaki Ban 🍜
Browse files

パスの成否の判定条件を変更

parent 3e61c0b5
......@@ -146,7 +146,7 @@ get_kick_log <- function(action,goal) {
dplyr::mutate(dribble_scc = (
(judge == "NULL") & (next_judge == "NULL") & a_sameteam & a_sameunum)) %>%
dplyr::mutate(pass_scc = (
(judge == "NULL") & (next_judge == "NULL") & a_sameteam & !a_sameunum)) %>%
a_sameteam & !a_sameunum)) %>%
dplyr::mutate(shoot = (
shoot_scc |
abs(target_ball_x) > (soccer_field_length/2) & abs(target_ball_y) < 12)) %>%
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment