mirror of
https://github.com/Rucknium/misc-research.git
synced 2024-12-22 03:19:22 +00:00
Fixed closed parenthesis
This commit is contained in:
parent
3c03cb78d1
commit
4cfafc052f
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ for ( i in 3:48) {
|
|||
save(generated.logo.observations, file = "generated-logo-observations.Rdata")
|
||||
# When i = 48, y will be length 57280991
|
||||
|
||||
print(paste(i, length(generated.logo.observations) )
|
||||
print(paste(i, length(generated.logo.observations) ))
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue