diff --git a/Statistical-Monero-Logo/data-construction.R b/Statistical-Monero-Logo/data-construction.R index 5fa34b8..904e7ad 100644 --- a/Statistical-Monero-Logo/data-construction.R +++ b/Statistical-Monero-Logo/data-construction.R @@ -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) )) }