Fixed closed parenthesis

This commit is contained in:
Rucknium 2021-11-04 12:05:23 +00:00 committed by GitHub
parent 3c03cb78d1
commit 4cfafc052f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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) ))
}