mirror of
https://github.com/Rucknium/misc-research.git
synced 2025-01-18 16:24:31 +00:00
Remove superflous line in data-construction.R
This commit is contained in:
parent
c8fb4c1b61
commit
3c03cb78d1
1 changed files with 0 additions and 2 deletions
|
@ -47,8 +47,6 @@ M.outline <- M.outline[(-1) * (which.min(M.outline$x) + 1):(which.max(M.outline$
|
|||
|
||||
M.outline <- M.outline[(-1) * c(1, 9), ]
|
||||
|
||||
M.outline <- M.outline
|
||||
|
||||
M.outline$x <- M.outline$x - min(M.outline$x)
|
||||
M.outline$x <- M.outline$x / max(M.outline$x)
|
||||
|
||||
|
|
Loading…
Reference in a new issue