Advertisement
Guest User

Untitled

a guest
Jun 25th, 2019
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. format <- function(object,...){
  2. }
  3.  
  4. > dput(head(data))
  5. structure(list(attribute = c("Acceleration/speed", "Dribbling",
  6. "Aggression", "Ball Control", "Composure", "Crossing"), weights = c(0.174119699170201,
  7. 0.0142504648411431, 0, 0.0821275086888316, 0, 0.079118689094399
  8. ), values = list(82.5, 88, 84, 92, 86, 90)), .Names = c("attribute",
  9. "weights", "values"), row.names = c(NA, 6L), class = c("player",
  10. "data.frame"))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement