From 4cfafc052fede45a2dbf4101676c3b7857064657 Mon Sep 17 00:00:00 2001 From: Rucknium <86333515+Rucknium@users.noreply.github.com> Date: Thu, 4 Nov 2021 12:05:23 +0000 Subject: [PATCH] Fixed closed parenthesis --- Statistical-Monero-Logo/data-construction.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) )) }