Commit c4caf1f0 authored by Takumi Amano's avatar Takumi Amano 💬
Browse files

[fix]ボールの加速度が参照したくなった

parent b81373af
......@@ -105,7 +105,7 @@ get_action_Allplayer <- function(players,action){
get_pass_Allplayer <- function(players,pass){
pass <- pass %>%
dplyr::select(step,ax,ay,pass_team=team,ball_x,ball_y,pass_scc)
dplyr::select(step,ax,ay,pass_team=team,ball_x,ball_y,ball_vx,ball_vy,pass_scc)
output <- players %>%
dplyr::inner_join(pass,by = "step")
return(output)
......
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